Skip to content

Commit

Permalink
Use Maven 3.9.7 and 4.0.0-beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 1, 2024
1 parent d4a4b30 commit 875cbd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
ff-maven: "3.9.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.9.6", "4.0.0-alpha-12" ]' # Maven versions matrix for verify builds
ff-maven: "3.9.7" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.9.7", "4.0.0-beta-3" ]' # Maven versions matrix for verify builds
matrix-exclude: '[ {"jdk": "8", "maven": "4.0.0-beta-3"} ]'

0 comments on commit 875cbd4

Please sign in to comment.