This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch java11 in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit 9719bc47051e4db84195ec0c98efd7f57c25a3cf Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Tue Jun 6 07:57:34 2023 +0200 (ci) Exclude Java 11 from ci build to reduce carbon footprint. We recommend to use latest LTS Java 17 --- .github/workflows/maven-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 94686fa..22198a0 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -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