Skip to content

Commit 5496c3a

Browse files
authored
Update ci.yml
1 parent 3d03777 commit 5496c3a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ ubuntu-latest ]
32-
java: [ 18, 17, 11 ]
32+
java: [ 19, 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: 18
38+
java: 19
3939
experimental: false
4040
- os: windows-latest
41-
java: 18
41+
java: 19
4242
experimental: false
4343
- os: ubuntu-latest
44-
java: 19-ea
44+
java: 20-ea
4545
experimental: true
4646
runs-on: ${{ matrix.os }}
4747
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)