diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cfc388..3722592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,12 +110,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10) + - name: Download target directories (2.13.15) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }} - - name: Inflate target directories (2.13.10) + - name: Inflate target directories (2.13.15) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 127451b..648f3db 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -10,6 +10,7 @@ pull_request_rules: - author=slick-scala-steward[bot] - author=renovate[bot] - check-success=Build and Test (ubuntu-latest, 2.12.17, temurin@11) - - check-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11) + - check-success=Build and Test (ubuntu-latest, 2.13.15, temurin@11) actions: - queue: {} + queue: + name: default