There was an error while loading. Please reload this page.
1 parent 9aa051f commit 9065dbaCopy full SHA for 9065dba
.github/workflows/maven.yml
@@ -24,5 +24,5 @@ jobs:
24
name: Verify
25
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
26
with:
27
- ff-maven: "3.9.5" # Maven version for fail-fast-build
28
- maven-matrix: '[ "3.6.3", "3.8.8", "3.9.5" ]' # Maven versions matrix for verify builds
+ ff-maven: "3.9.6" # Maven version for fail-fast-build
+ maven-matrix: '[ "3.6.3", "3.8.8", "3.9.6" ]' # Maven versions matrix for verify builds
0 commit comments