We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f2680 commit 6d0fbd4Copy full SHA for 6d0fbd4
.github/workflows/maven-verify.yml
@@ -26,4 +26,6 @@ jobs:
26
name: Verify
27
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
28
with:
29
- maven4-enabled: true
+ ff-maven: "4.0.0-rc-2" # Maven version for fail-fast-build
30
+ maven-matrix: '[ "4.0.0-rc-2" ]'
31
+ jdk-matrix: '[ "17", "21" ]'
0 commit comments