Skip to content

Commit 9065dba

Browse files
Use Maven 3.9.6 for build
1 parent 9aa051f commit 9065dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
name: Verify
2525
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
2626
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
27+
ff-maven: "3.9.6" # Maven version for fail-fast-build
28+
maven-matrix: '[ "3.6.3", "3.8.8", "3.9.6" ]' # Maven versions matrix for verify builds

0 commit comments

Comments
 (0)