Skip to content

Commit 40e5d4a

Browse files
Testing with Maven 3.2.5 and 3.8.6
1 parent 93b18c7 commit 40e5d4a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ on: [push, pull_request]
2222
jobs:
2323
build:
2424
name: Verify
25-
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
25+
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
26+
with:
27+
ff-maven: "3.8.6" # Maven version for fail-fast-build
28+
maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds

0 commit comments

Comments
 (0)