diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 218d4832..f3730f8f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,5 +24,5 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 with: - ff-maven: "3.8.6" # Maven version for fail-fast-build - maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds + ff-maven: "3.9.4" # Maven version for fail-fast-build + maven-matrix: '[ "3.2.5", "3.8.8", "3.9.4" ]' # Maven versions matrix for verify builds