Skip to content

Commit

Permalink
Switch build to zulu dist and use JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight authored Sep 26, 2023
1 parent e18b29e commit 883b481
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', '21-ea' ]
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 883b481

Please sign in to comment.