Skip to content

Commit 4ade347

Browse files
authored
Update ci.yml for JDK 21 release
1 parent 1fe6789 commit 4ade347

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,17 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ ubuntu-latest ]
32-
java: [ 20, 17, 11 ]
32+
java: [ 21, 17, 11 ]
3333
experimental: [ false ]
3434
include:
3535
# Only test on macos and windows with a single recent JDK to avoid a
3636
# combinatorial explosion of test configurations.
3737
- os: macos-latest
38-
java: 20
38+
java: 21
3939
experimental: false
4040
- os: windows-latest
41-
java: 20
41+
java: 21
4242
experimental: false
43-
- os: ubuntu-latest
44-
java: 21-ea
45-
experimental: true
4643
- os: ubuntu-latest
4744
java: 22-ea
4845
experimental: true

0 commit comments

Comments
 (0)