Skip to content

Commit

Permalink
Microsoft Java doesn't support version 22 either
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Jun 10, 2024
1 parent 48be0b2 commit 323ce64
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,8 @@ matrix.setNamePattern([
'tz', 'locale',
]);

// Microsoft Java has no distribution for 8, 18, 19, 20
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'});
// Microsoft Java has no distribution for 8, 18, 19, 20, 22
matrix.exclude({java_distribution: 'microsoft', java_version: ['8', '11', '19', '22']});
// Oracle supports 17+ only
matrix.exclude({java_distribution: 'oracle', java_version: ['8', '11', '19']});
// Temurin supports 11+ only
Expand Down

0 comments on commit 323ce64

Please sign in to comment.