Skip to content

Commit 11ffd75

Browse files
authored
Merge pull request #747 from kazuki43zoo/change-java-version-support
Drop jdk 18, add 20-ea, and update 19 to ga
2 parents 38fa3e0 + 5afa2c3 commit 11ffd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/support.yaml

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

0 commit comments

Comments
 (0)