We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66e856 commit e06811fCopy full SHA for e06811f
.github/workflows/ci.yml
@@ -15,20 +15,20 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: [ ubuntu-latest ]
18
- java: [ 18, 17, 11 ]
+ java: [ 19, 17, 11 ]
19
experimental: [ false ]
20
# Only test on macos and windows with a single recent JDK to avoid a
21
# combinatorial explosion of test configurations.
22
# Most OS-specific issues are not specific to a particular JDK version.
23
include:
24
- os: macos-latest
25
- java: 18
+ java: 19
26
experimental: false
27
- os: windows-latest
28
29
30
- os: ubuntu-latest
31
- java: 19-ea
+ java: 20-ea
32
experimental: true
33
runs-on: ${{ matrix.os }}
34
continue-on-error: ${{ matrix.experimental }}
0 commit comments