Skip to content

Commit 1551cc2

Browse files
authored
Update ci.yml
Add 19-ea, use released 18
1 parent 27670be commit 1551cc2

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: [ 17, 11 ]
32+
java: [ 18, 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: 17
38+
java: 18
3939
experimental: false
4040
- os: windows-latest
41-
java: 17
41+
java: 18
4242
experimental: false
4343
- os: ubuntu-latest
44-
java: 18-ea
44+
java: 19-ea
4545
experimental: true
4646
runs-on: ${{ matrix.os }}
4747
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)