This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch gh-action-more-jdk
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit a82d466a210d727ee3c5fc5af82cfd883105d37f
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Feb 9 16:59:05 2022 +1000

    add more jdk for testing
---
 .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 e5488d8..f1c17b7 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.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" ]'

Reply via email to