Skip to content

Commit 102d3ef

Browse files
committed
[actions] CI on JDK 22
- 21 reaches RC - 22 EA is available
1 parent a8f0481 commit 102d3ef

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macOS-latest, windows-latest]
11-
java: [11, 17, 19, 20, 21]
11+
java: [11, 17, 19, 20, 21, 22]
1212
distribution: ['zulu']
1313
fail-fast: false
1414
max-parallel: 4

0 commit comments

Comments
 (0)