Skip to content

Commit 931be26

Browse files
committed
[actions] Drop jdk 19, add 21-ea and use 20 ga
1 parent b8a36b7 commit 931be26

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
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest, macOS-latest, windows-latest]
29-
java: [17, 19, 20-ea]
29+
java: [17, 20, 21-ea]
3030
distribution: ['zulu']
3131
fail-fast: false
3232
max-parallel: 5

0 commit comments

Comments
 (0)