Skip to content

Commit

Permalink
Build on Java 21 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Oct 18, 2023
1 parent 4683833 commit 429af0b
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 @@ -7,7 +7,7 @@ jobs:
matrix:
java: [
17,
20,
21,
]
os: [
ubuntu-22.04,
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
arguments: build --warning-mode=all
cache-read-only: ${{ github.ref != 'refs/heads/stardust' }}
- 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: server-stats-artifacts
Expand Down

0 comments on commit 429af0b

Please sign in to comment.