Skip to content

Commit

Permalink
Run build on zulu distribution of JDKs 17 and 21 (#259)
Browse files Browse the repository at this point in the history
Switch to zulu distribution and use 21 A
(b/c temurin does not yet have 21 GA)
  • Loading branch information
sleberknight authored Sep 26, 2023
1 parent 005c67f commit a962dfb
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:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]
with:
java-version: ${{ matrix.java_version }}
distribution: 'temurin'
distribution: 'zulu'
check-latest: true

# Cache all the things
Expand Down

0 comments on commit a962dfb

Please sign in to comment.