Skip to content

Commit 86e8a26

Browse files
committed
Exclude oracle java 19 from GH build matrix
1 parent 137bd28 commit 86e8a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/matrix.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'});
9797
matrix.exclude({java_distribution: 'microsoft', java_version: '18'});
9898
matrix.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

0 commit comments

Comments
 (0)