Skip to content

Commit 648c0b6

Browse files
committed
[actions] Drop jdk 19, add 21-ea, and use 20 ga
1 parent 38a9788 commit 648c0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macOS-latest, windows-latest]
11-
java: [11, 17, 19, 20-ea]
11+
java: [11, 17, 20, 21-ea]
1212
distribution: ['zulu']
1313
profile: [cdi-1.1, cdi-1.2, cdi-2.0]
1414
fail-fast: false

0 commit comments

Comments
 (0)