Skip to content

Commit

Permalink
Fix build with JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jan 11, 2024
1 parent 69cbe47 commit 09d77f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
verify-fail-fast: false
jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", "adopt-openj9" ]'
matrix-exclude: '[{ "jdk": "8", "distribution": "microsoft"}]'
matrix-exclude: '[
{ "jdk": "8", "distribution": "microsoft"},
{ "jdk": "21", "distribution": "adopt-openj9"}
]'

0 comments on commit 09d77f5

Please sign in to comment.