Skip to content

Commit

Permalink
(ci) Exclude Java 11 from ci build to reduce carbon footprint. We rec…
Browse files Browse the repository at this point in the history
…ommend to use latest LTS Java 17
  • Loading branch information
slachiewicz committed Jun 6, 2023
1 parent 94eb582 commit 9719bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Expand Up @@ -29,6 +29,6 @@ jobs:
# maven-args: "-Dinvoker.parallelThreads=2" cannot do this as this generate some concurrent download issues
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "adopt-openj9" ]'
ff-jdk: "20"
jdk-matrix: '[ "8", "11", "17", "20" ]'
jdk-matrix: '[ "8", "17", "20" ]'
matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"},{ "jdk": "20", "distribution": "microsoft"},{ "jdk": "20", "distribution": "adopt-openj9"},]'
maven-matrix: '[ "3.3.9", "3.8.8", "3.9.2" ]' # Maven versions matrix for verify builds

0 comments on commit 9719bc4

Please sign in to comment.