This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MCOMPILER-531 in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit 2f494740bb4dff94c40d4d65b155e6bfc8c2f7e6 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Mon Jun 5 19:36:13 2023 +0200 [MCOMPILER-531] Update CI to Java 20 --- .github/workflows/maven-verify.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 522211a..e87a22f 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -28,6 +28,7 @@ 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 + ff-jdk: "20" + 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