Skip to content

Commit

Permalink
Use Java 21 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Dec 15, 2023
1 parent 49e768a commit c1cc71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
java: [
17,
20,
21,
]
os: [
ubuntu-22.04,
Expand All @@ -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
Expand Down

0 comments on commit c1cc71a

Please sign in to comment.