We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe6789 commit 4ade347Copy full SHA for 4ade347
1 file changed
.github/workflows/ci.yml
@@ -29,20 +29,17 @@ jobs:
29
fail-fast: false
30
matrix:
31
os: [ ubuntu-latest ]
32
- java: [ 20, 17, 11 ]
+ java: [ 21, 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: 20
+ java: 21
39
experimental: false
40
- os: windows-latest
41
42
43
- - os: ubuntu-latest
44
- java: 21-ea
45
- experimental: true
46
- os: ubuntu-latest
47
java: 22-ea
48
experimental: true
0 commit comments