Skip to content

Commit b3c7393

Browse files
authored
Update JDK versions in CI
1 parent 4943dba commit b3c7393

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest]
32-
java: [21, 17]
32+
java: [25, 21]
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: 21
38+
java: 25
3939
experimental: false
4040
- os: windows-latest
41-
java: 21
41+
java: 25
4242
experimental: false
4343
- os: ubuntu-latest
4444
java: EA

0 commit comments

Comments
 (0)