Skip to content

Commit 2283926

Browse files
committed
Add JDK 20 to CI
1 parent c3789ba commit 2283926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest,windows-latest, macOS-latest]
28-
java: [8, 11, 17]
29-
jdk: [adopt-hotspot, zulu, temurin]
28+
java: [8, 11, 17, 20]
29+
jdk: [temurin]
3030
fail-fast: false
3131

3232
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)