We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d03777 commit 5496c3aCopy full SHA for 5496c3a
1 file changed
.github/workflows/ci.yml
@@ -29,19 +29,19 @@ jobs:
29
fail-fast: false
30
matrix:
31
os: [ ubuntu-latest ]
32
- java: [ 18, 17, 11 ]
+ java: [ 19, 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: 18
+ java: 19
39
experimental: false
40
- os: windows-latest
41
42
43
- os: ubuntu-latest
44
- java: 19-ea
+ java: 20-ea
45
experimental: true
46
runs-on: ${{ matrix.os }}
47
continue-on-error: ${{ matrix.experimental }}
0 commit comments