Skip to content

Commit 42bb40c

Browse files
authored
Merge pull request #115 from kazuki43zoo/support-jdk18ga-19ea
Support JDK 18-GA and 19-EA on CI
2 parents b458776 + 11eff2a commit 42bb40c

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
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, macOS-latest, windows-latest]
27-
java: [8, 11, 17, 18-ea]
27+
java: [8, 11, 17, 18, 19-ea]
2828
distribution: ['zulu']
2929
fail-fast: false
3030
max-parallel: 4

0 commit comments

Comments
 (0)