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 94c5aa6 commit a84d638Copy full SHA for a84d638
.github/workflows/maven-verify.yml
@@ -26,6 +26,6 @@ jobs:
26
name: Verify
27
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
28
with:
29
- ff-maven: "4.0.0-beta-3" # Maven version for fail-fast-build
30
- maven-matrix: '[ "4.0.0-beta-3" ]'
+ ff-maven: "4.0.0-beta-5" # Maven version for fail-fast-build
+ maven-matrix: '[ "4.0.0-beta-5" ]'
31
jdk-matrix: '[ "17", "21" ]'
0 commit comments