Skip to content

Commit

Permalink
ci: add java21 to build matrix; switch jdk distribution to zulu
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Sep 29, 2023
1 parent 2634b22 commit 6b6a22b
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: [ 11, 17 ]
jdk: [ 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 6b6a22b

Please sign in to comment.