File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,21 @@ jobs:
22
22
fail-fast : false
23
23
matrix :
24
24
os : [ ubuntu-latest ]
25
- java : [ 20 , 17, 11 ]
25
+ java : [ 21 , 17, 11 ]
26
26
experimental : [ false ]
27
27
# Only test on macos and windows with a single recent JDK to avoid a
28
28
# combinatorial explosion of test configurations.
29
29
# Most OS-specific issues are not specific to a particular JDK version.
30
30
include :
31
31
- os : macos-latest
32
- java : 20
32
+ java : 21
33
33
experimental : false
34
34
- os : windows-latest
35
- java : 20
35
+ java : 21
36
36
experimental : false
37
37
- os : ubuntu-latest
38
- java : 20
38
+ java : 21
39
39
experimental : false
40
- - os : ubuntu-latest
41
- java : 21-ea
42
- experimental : true
43
40
- os : ubuntu-latest
44
41
java : 22-ea
45
42
experimental : true
You can’t perform that action at this time.
0 commit comments