Skip to content

Commit

Permalink
Excluded version 20 from microsoft jdk in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink authored Nov 10, 2023
1 parent 6cdc495 commit a70dc77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ matrix.setNamePattern([
matrix.exclude({java_distribution: 'microsoft', java_version: '8'});
matrix.exclude({java_distribution: 'microsoft', java_version: '18'});
matrix.exclude({java_distribution: 'microsoft', java_version: '19'});
matrix.exclude({java_distribution: 'microsoft', java_version: '20'});
// Oracle supports 17+ only
matrix.exclude({java_distribution: 'oracle', java_version: ['8', '11', '19']});
// TODO: remove when compileJava with "same hashcode" issues are resolved
Expand Down

0 comments on commit a70dc77

Please sign in to comment.