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 f19bde1 commit d18ed80Copy full SHA for d18ed80
.github/workflows/maven.yml
@@ -22,7 +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@v3
+ uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
26
with:
27
ff-maven: "3.9.6" # Maven version for fail-fast-build
28
maven-matrix: '[ "3.6.3", "3.9.6", "4.0.0-alpha-12" ]' # Maven versions matrix for verify builds
0 commit comments