Skip to content

Commit cfb3a9f

Browse files
Use Maven4 enabled with GH Action
Instead of define Maven 4 in build we can use new option for shared action
1 parent d0ded48 commit cfb3a9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/maven.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,4 @@ jobs:
2424
name: Verify
2525
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2626
with:
27-
ff-maven: "3.9.7" # Maven version for fail-fast-build
28-
maven-matrix: '[ "3.6.3", "3.9.7", "4.0.0-beta-3" ]' # Maven versions matrix for verify builds
29-
matrix-exclude: '[ {"jdk": "8", "maven": "4.0.0-beta-3"} ]'
27+
maven4-enabled: true

0 commit comments

Comments
 (0)