You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "olamy (via GitHub)" <gi...@apache.org> on 2023/02/10 10:20:18 UTC

[GitHub] [maven-compiler-plugin] olamy commented on a diff in pull request #176: Check more maven versions

olamy commented on code in PR #176:
URL: https://github.com/apache/maven-compiler-plugin/pull/176#discussion_r1102564960


##########
.github/workflows/maven-verify.yml:
##########
@@ -30,4 +30,4 @@ jobs:
       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.6.3", "3.8.6" ]'  # Maven versions matrix for verify builds
+      maven-matrix: '[ "3.3.9", "3.6.3", "3.8.6", "3.9.0", "4.0.0-alpha-4" ]'  # Maven versions matrix for verify builds

Review Comment:
   maybe get rid of 3.6.3?
   and agree on removing 18 and replace with 19 (maybe 20-ea if exists?)
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org