File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ matrix.addAxis({
41
41
'8' ,
42
42
'11' ,
43
43
'17' ,
44
- // '20',
44
+ '20' ,
45
45
]
46
46
} ) ;
47
47
@@ -97,7 +97,7 @@ matrix.exclude({java_distribution: 'microsoft', java_version: '8'});
97
97
matrix . exclude ( { java_distribution : 'microsoft' , java_version : '18' } ) ;
98
98
matrix . exclude ( { java_distribution : 'microsoft' , java_version : '19' } ) ;
99
99
// Oracle supports 17+ only
100
- matrix . exclude ( { java_distribution : 'oracle' , java_version : [ '8' , '11' ] } ) ;
100
+ matrix . exclude ( { java_distribution : 'oracle' , java_version : [ '8' , '11' , '19' ] } ) ;
101
101
// TODO: remove when compileJava with "same hashcode" issues are resolved
102
102
// See https://bugs.openjdk.org/browse/JDK-8288590 is resolved
103
103
// See https://github.com/jqwik-team/jqwik/pull/460#issuecomment-1428261036
You can’t perform that action at this time.
0 commit comments