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 1d2bc93 commit f3a2bf8Copy full SHA for f3a2bf8
.github/workflows/ci.yml
@@ -22,24 +22,21 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: [ ubuntu-latest ]
25
- java: [ 20, 17, 11 ]
+ java: [ 21, 17, 11 ]
26
experimental: [ false ]
27
# Only test on macos and windows with a single recent JDK to avoid a
28
# combinatorial explosion of test configurations.
29
# Most OS-specific issues are not specific to a particular JDK version.
30
include:
31
- os: macos-latest
32
- java: 20
+ java: 21
33
experimental: false
34
- os: windows-latest
35
36
37
- os: ubuntu-latest
38
39
40
- - os: ubuntu-latest
41
- java: 21-ea
42
- experimental: true
43
44
java: 22-ea
45
experimental: true
0 commit comments