Skip to content

Commit e06811f

Browse files
authored
Update ci.yml
1 parent a66e856 commit e06811f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ ubuntu-latest ]
18-
java: [ 18, 17, 11 ]
18+
java: [ 19, 17, 11 ]
1919
experimental: [ false ]
2020
# Only test on macos and windows with a single recent JDK to avoid a
2121
# combinatorial explosion of test configurations.
2222
# Most OS-specific issues are not specific to a particular JDK version.
2323
include:
2424
- os: macos-latest
25-
java: 18
25+
java: 19
2626
experimental: false
2727
- os: windows-latest
28-
java: 18
28+
java: 19
2929
experimental: false
3030
- os: ubuntu-latest
31-
java: 19-ea
31+
java: 20-ea
3232
experimental: true
3333
runs-on: ${{ matrix.os }}
3434
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)