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 2c5d5fd commit 0eb12a1Copy full SHA for 0eb12a1
.github/workflows/ci.yml
@@ -29,19 +29,19 @@ jobs:
29
fail-fast: false
30
matrix:
31
os: [ ubuntu-latest ]
32
- java: [ 16, 14, 11 ]
+ java: [ 17, 14, 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: 16
+ java: 17
39
experimental: false
40
- os: windows-latest
41
42
43
- os: ubuntu-latest
44
- java: 17-ea
+ java: 18-ea
45
experimental: true
46
runs-on: ${{ matrix.os }}
47
continue-on-error: ${{ matrix.experimental }}
0 commit comments