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 c3a71539956689d6500d770b1643355e33ecb058
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sun Mar 12 23:01:05 2023 +0100

    Try Java 19
---
 .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 71a27fa..a654305 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -28,6 +28,6 @@ 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"
+      jdk-matrix: '[ "19" ]'
       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

Reply via email to