This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch try-java-19 in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit b89617a1db65df6de60f1b7329da5ed06f864d53 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Mar 12 23:01:05 2023 +0100 Try Java 19, 20-ea --- .github/workflows/maven-verify.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 71a27fa..a74f3b8 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -28,6 +28,8 @@ 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", "18" ]' # "19-ea" - matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"},{ "jdk": "19-ea", "distribution": "microsoft"},{ "jdk": "18", "distribution": "microsoft"},{ "jdk": "19-ea", "distribution": "adopt-openj9"},]' - maven-matrix: '[ "3.3.9", "3.8.7", "3.9.0" ]' # Maven versions matrix for verify builds + jdk-matrix: '[ "19","20-ea" ]' + ff-jdk: '19' + verify-fail-fast: false + matrix-exclude: '[{ "jdk": "19", "distribution": "microsoft"},{ "jdk": "19", "distribution": "adopt-openj9"},]' + maven-matrix: '[ "3.9.0" ]' # Maven versions matrix for verify builds
