diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3088de2..728a29c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,12 +89,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.14) + - name: Download target directories (2.13.15) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }} - - name: Inflate target directories (2.13.14) + - name: Inflate target directories (2.13.15) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 13c3bc3..77437d2 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,7 +9,7 @@ pull_request_rules: - author=scala-steward - author=nafg-scala-steward[bot] - check-success=Build and Test (ubuntu-latest, 3.5.0, temurin@17) - - check-success=Build and Test (ubuntu-latest, 2.13.14, temurin@17) + - check-success=Build and Test (ubuntu-latest, 2.13.15, temurin@17) actions: queue: name: default