Skip to content

Commit

Permalink
Bump Maven in CI to 4.0 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored Dec 8, 2024
1 parent 04f2749 commit c794f16
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 @@ -26,6 +26,6 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
ff-maven: "4.0.0-beta-5" # Maven version for fail-fast-build
maven-matrix: '[ "4.0.0-beta-5" ]'
ff-maven: "4.0.0-rc-1" # Maven version for fail-fast-build
maven-matrix: '[ "4.0.0-rc-1" ]'
jdk-matrix: '[ "17", "21" ]'

0 comments on commit c794f16

Please sign in to comment.