Skip to content

Commit f5cdcda

Browse files
authored
Merge pull request #752 from kazuki43zoo/change-java-version-ci
Drop jdk 18, add 20-ea, and update 19 to ga
2 parents c92b67c + 0d522e7 commit f5cdcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, macOS-latest, windows-latest]
31-
java: [11, 17, 18, 19-ea]
31+
java: [11, 17, 19, 20-ea]
3232
distribution: ['zulu']
3333
fail-fast: false
3434
max-parallel: 5

0 commit comments

Comments
 (0)