Skip to content

Commit 500ade4

Browse files
authored
add more jdk for testing (#93)
* add more jdk for testing
1 parent 771eab7 commit 500ade4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/maven-verify.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
2828
with:
29-
jdk-distribution-matrix: '[ "temurin", "zulu" ]'
29+
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
30+
matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'

0 commit comments

Comments
 (0)