Skip to content

Commit 9bd358d

Browse files
authored
Merge pull request #941 from hazendaz/master
[actions] Drop jdk 18, add 20-ea, and use 19-ga
2 parents bfbe38f + 2785bc2 commit 9bd358d

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: 4

0 commit comments

Comments
 (0)