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 1810a2cf87160838332b228f10f5c99836283195 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 522211a..d5319e1 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"},]' + ff-jdk: "20" + jdk-matrix: '[ "8", "11", "17", "20" ]' + matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"},{ "jdk": "20", "distribution": "microsoft"},{ "jdk": "20", "distribution": "adopt-openj9"},]' maven-matrix: '[ "3.3.9", "3.8.7", "3.9.0" ]' # Maven versions matrix for verify builds