Skip to content

Commit

Permalink
Run build on zulu distribution of JDKs 17 and 21 (#1042)
Browse files Browse the repository at this point in the history
Switch to zulu distribution and use 21 GA
(b/c temurin does not yet have 21 GA)
  • Loading branch information
sleberknight authored Sep 26, 2023
1 parent 6c5cd21 commit 9114139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['17', '20']
java_version: ['17', '21']
steps:
# Check out the project
- uses: actions/checkout@v4
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java_version }}
distribution: 'temurin'
distribution: 'zulu'
check-latest: true

# Cache all the things
Expand Down

0 comments on commit 9114139

Please sign in to comment.