Skip to content

Commit

Permalink
Run build on JDK 21 and use Azul as JDK distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 4, 2023
1 parent be166b3 commit 0ec4c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
jdk: [17]
jdk: [17, 21]
include:
- platform: ubuntu-latest
jdk: 11
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '${{ matrix.jdk }}'
check-latest: true
cache: 'maven'
Expand Down

0 comments on commit 0ec4c14

Please sign in to comment.