Skip to content

Commit

Permalink
Update Maven CI to 4.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Nov 28, 2024
1 parent 500025a commit 90e0464
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,8 +26,8 @@ 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" ]'
ff-goal: verify
verify-goal: verify

0 comments on commit 90e0464

Please sign in to comment.