Skip to content

Commit 6843a07

Browse files
ci: enable java21 build; change jdk distribution to zulu (#5)
1 parent 092b688 commit 6843a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-20.04, macos-11, windows-2019 ]
19-
jdk: [ 8, 11, 17 ]
19+
jdk: [ 8, 11, 17, 21 ]
2020
fail-fast: false
2121

2222
steps:
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-java@v3
2626
with:
2727
java-version: ${{ matrix.jdk }}
28-
distribution: 'temurin'
28+
distribution: 'zulu'
2929
- name: Cache Gradle packages
3030
uses: actions/cache@v3
3131
with:

0 commit comments

Comments
 (0)