From 875cbd4f2785555101434189cb99ad64249d0e77 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 1 Jun 2024 11:32:16 +0200 Subject: [PATCH] Use Maven 3.9.7 and 4.0.0-beta-3 --- .github/workflows/maven.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 85cd3bc1..346bceb6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,5 +24,6 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - ff-maven: "3.9.6" # Maven version for fail-fast-build - maven-matrix: '[ "3.6.3", "3.9.6", "4.0.0-alpha-12" ]' # Maven versions matrix for verify builds + ff-maven: "3.9.7" # Maven version for fail-fast-build + maven-matrix: '[ "3.6.3", "3.9.7", "4.0.0-beta-3" ]' # Maven versions matrix for verify builds + matrix-exclude: '[ {"jdk": "8", "maven": "4.0.0-beta-3"} ]'