Skip to content

Commit 6d0fbd4

Browse files
committed
Revert "Use mvn4 ci build defaults" - switch to Maven 4 rc2
This reverts commit 71f2680.
1 parent 71f2680 commit 6d0fbd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maven-verify.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ jobs:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828
with:
29-
maven4-enabled: true
29+
ff-maven: "4.0.0-rc-2" # Maven version for fail-fast-build
30+
maven-matrix: '[ "4.0.0-rc-2" ]'
31+
jdk-matrix: '[ "17", "21" ]'

0 commit comments

Comments
 (0)