From c1cc71adb73503b8cbc6cf59cff6d509c4608c75 Mon Sep 17 00:00:00 2001 From: LostLuma Date: Fri, 15 Dec 2023 12:19:47 +0100 Subject: [PATCH] Use Java 21 in CI --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0b9c9f8a..e484cb76 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,7 +8,7 @@ jobs: matrix: java: [ 17, - 20, + 21, ] os: [ ubuntu-22.04, @@ -34,7 +34,7 @@ jobs: arguments: build --warning-mode=all cache-read-only: ${{ github.ref != 'refs/heads/main' }} - name: capture build artifacts - if: ${{ runner.os == 'Linux' && matrix.java == '20' }} # Upload artifacts from one job, ignore the rest + if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Upload artifacts from one job, ignore the rest uses: actions/upload-artifact@v3 with: name: dynamic-fps-artifacts