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({
4141 '8' ,
4242 '11' ,
4343 '17' ,
44- // '20',
44+ '20' ,
4545 ]
4646} ) ;
4747
@@ -97,7 +97,7 @@ matrix.exclude({java_distribution: 'microsoft', java_version: '8'});
9797matrix . exclude ( { java_distribution : 'microsoft' , java_version : '18' } ) ;
9898matrix . exclude ( { java_distribution : 'microsoft' , java_version : '19' } ) ;
9999// 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' ] } ) ;
101101// TODO: remove when compileJava with "same hashcode" issues are resolved
102102// See https://bugs.openjdk.org/browse/JDK-8288590 is resolved
103103// See https://github.com/jqwik-team/jqwik/pull/460#issuecomment-1428261036
You can’t perform that action at this time.
0 commit comments