Skip to content

Commit

Permalink
CI - check with latest Maven 3.9.x and 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored Jan 6, 2025
1 parent b68628f commit 5f1a07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
maven-args: '-D"maven.test.redirectTestOutputToFile=false"'
maven-matrix: '[ "3.9.5", "4.0.0-alpha-8" ]'
maven-matrix: '[ "3.9.9", "4.0.0-rc-2" ]'
jdk-matrix: '[ "11", "17", "21" ]'
ff-goal: '-P run-its verify javadoc:jar'
verify-goal: '-P run-its verify javadoc:jar'
verify-goal: '-P run-its verify javadoc:jar'

0 comments on commit 5f1a07b

Please sign in to comment.