Skip to content

Commit

Permalink
[MCOMPILER-531] Update CI to Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 5, 2023
1 parent 6dfe7f9 commit 4ab1b91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
# maven-args: "-Dinvoker.parallelThreads=2" cannot do this as this generate some concurrent download issues
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'
jdk-matrix: '[ "8", "11", "17", "20-ea" ]'
matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"},{ "jdk": "20-ea", "distribution": "microsoft"},{ "jdk": "20-ea", "distribution": "adopt-openj9"},]'
maven-matrix: '[ "3.3.9", "3.8.7", "3.9.0" ]' # Maven versions matrix for verify builds
jdk-matrix: '[ "8", "11", "17", "20" ]'
matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'
maven-matrix: '[ "3.3.9", "3.8.7", "3.9.2" ]' # Maven versions matrix for verify builds

0 comments on commit 4ab1b91

Please sign in to comment.