Skip to content

Commit

Permalink
ci: enable java21 build; change jdk distribution to zulu
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Sep 28, 2023
1 parent 7da3b3f commit f34aa4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04, macos-11, windows-2019 ]
jdk: [ 8, 11, 17 ]
jdk: [ 8, 11, 17, 21 ]
fail-fast: false

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.jdk }}
distribution: 'temurin'
distribution: 'zulu'
- name: Cache Gradle packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit f34aa4b

Please sign in to comment.