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

slachiewicz pushed a commit to branch slachiewicz-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git

commit 4f32a961bd190745441326e22d77111625572c74
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sat Apr 8 20:54:05 2023 +0200

    run ci tests with Java 20
---
 .github/workflows/maven.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ab25f8c..0f44db6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,5 +26,6 @@ jobs:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
     with:
+      jdk-matrix: '[ "8", "11", "17","20" ]'
       jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", 
"adopt-openj9" ]'
-      matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'
\ No newline at end of file
+      matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'

Reply via email to