You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/09 12:56:10 UTC

[GitHub] [maven-compiler-plugin] slachiewicz commented on a change in pull request #93: add more jdk for testing

slachiewicz commented on a change in pull request #93:
URL: https://github.com/apache/maven-compiler-plugin/pull/93#discussion_r802332035



##########
File path: .github/workflows/maven-verify.yml
##########
@@ -26,4 +26,4 @@ jobs:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
-      jdk-distribution-matrix: '[ "temurin", "zulu" ]'
+      jdk-distribution-matrix: '[ "temurin", "zulu", "adopt", "liberica", "microsoft" ]'

Review comment:
       Adopt is deprecated, we should use only temurin

##########
File path: .github/workflows/maven-verify.yml
##########
@@ -26,4 +26,4 @@ jobs:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
     with:
-      jdk-distribution-matrix: '[ "temurin", "zulu" ]'
+      jdk-distribution-matrix: '[ "temurin", "zulu", "adopt", "liberica", "microsoft" ]'

Review comment:
       Also Azure now deprecating support for Azul and recommends switching to own distribution




-- 
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