Skip to content

Commit f3a2bf8

Browse files
authored
Update ci.yml for JDK 21 release
1 parent 1d2bc93 commit f3a2bf8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,21 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ ubuntu-latest ]
25-
java: [ 20, 17, 11 ]
25+
java: [ 21, 17, 11 ]
2626
experimental: [ false ]
2727
# Only test on macos and windows with a single recent JDK to avoid a
2828
# combinatorial explosion of test configurations.
2929
# Most OS-specific issues are not specific to a particular JDK version.
3030
include:
3131
- os: macos-latest
32-
java: 20
32+
java: 21
3333
experimental: false
3434
- os: windows-latest
35-
java: 20
35+
java: 21
3636
experimental: false
3737
- os: ubuntu-latest
38-
java: 20
38+
java: 21
3939
experimental: false
40-
- os: ubuntu-latest
41-
java: 21-ea
42-
experimental: true
4340
- os: ubuntu-latest
4441
java: 22-ea
4542
experimental: true

0 commit comments

Comments
 (0)