diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ef6a7a95..f977e368b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.1.2] + scala: [2.12.17, 2.13.10, 3.1.3] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -68,7 +68,7 @@ jobs: run: sbt '++${{ matrix.scala }}' validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.1.2' + if: matrix.scala == '3.1.3' run: sbt '++${{ matrix.scala }}' validateJVM30 validateJS30 validateNative30 - name: Codecov @@ -153,12 +153,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.2) + - name: Download target directories (3.1.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.2 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.3 - - name: Inflate target directories (3.1.2) + - name: Inflate target directories (3.1.3) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 3bacfc5ff..65e41008b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,7 +12,7 @@ pull_request_rules: - body~=labels:.*early-semver-patch - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8) - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@8) - - status-success=Build and Test (ubuntu-latest, 3.1.2, temurin@8) + - status-success=Build and Test (ubuntu-latest, 3.1.3, temurin@8) actions: merge: {} - name: Label benchmark PRs