We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b18c7 commit 40e5d4aCopy full SHA for 40e5d4a
.github/workflows/maven.yml
@@ -22,4 +22,7 @@ on: [push, pull_request]
22
jobs:
23
build:
24
name: Verify
25
- uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+ 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