Skip to content

Commit

Permalink
add more jdk for testing (#93)
Browse files Browse the repository at this point in the history
* add more jdk for testing
  • Loading branch information
olamy committed Feb 9, 2022
1 parent 771eab7 commit 500ade4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-verify.yml
Expand Up @@ -26,4 +26,5 @@ 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", "microsoft", "liberica", "adopt-openj9" ]'
matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'

0 comments on commit 500ade4

Please sign in to comment.