We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ded48 commit cfb3a9fCopy full SHA for cfb3a9f
.github/workflows/maven.yml
@@ -24,6 +24,4 @@ jobs:
24
name: Verify
25
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
26
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"} ]'
+ maven4-enabled: true
0 commit comments