Skip to content

Commit 71618c5

Browse files
committed
Run CI also with Maven4
1 parent 3a1de2d commit 71618c5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,5 @@ jobs:
2929
name: Verify
3030
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
3131
with:
32-
jdk-matrix: '["8", "11", "17", "21"]'
3332
jdk-distribution-matrix: '["zulu"]'
34-
ff-jdk: "17"
35-
ff-maven: "3.9.8" # Maven version for fail-fast-build
36-
maven-matrix: '[ "3.6.3", "3.9.8" ]' # Maven versions matrix for verify builds
37-
33+
maven4-enabled: true

0 commit comments

Comments
 (0)