Skip to content

Commit 4ebb6f5

Browse files
authored
Update ci.yml
Update latest STS from 19 to 20, add 22-ea
1 parent 4eb2a4d commit 4ebb6f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)