We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb2a4d commit 4ebb6f5Copy full SHA for 4ebb6f5
.github/workflows/ci.yml
@@ -29,22 +29,22 @@ jobs:
29
fail-fast: false
30
matrix:
31
os: [ ubuntu-latest ]
32
- java: [ 19, 17, 11 ]
+ java: [ 20, 17, 11 ]
33
experimental: [ false ]
34
include:
35
# Only test on macos and windows with a single recent JDK to avoid a
36
# combinatorial explosion of test configurations.
37
- os: macos-latest
38
- java: 19
+ java: 20
39
experimental: false
40
- os: windows-latest
41
42
43
- os: ubuntu-latest
44
- java: 20-ea
+ java: 21-ea
45
experimental: true
46
47
- java: 21-ea
+ java: 22-ea
48
49
runs-on: ${{ matrix.os }}
50
continue-on-error: ${{ matrix.experimental }}
0 commit comments