We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771eab7 commit 500ade4Copy full SHA for 500ade4
.github/workflows/maven-verify.yml
@@ -26,4 +26,5 @@ jobs:
26
name: Verify
27
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
28
with:
29
- jdk-distribution-matrix: '[ "temurin", "zulu" ]'
+ jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
30
+ matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'
0 commit comments