From 90e04648821664a7d22f9ee11de083aa163d233a Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Thu, 28 Nov 2024 21:56:00 +0100 Subject: [PATCH] Update Maven CI to 4.0rc1 --- .github/workflows/maven-verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 30a9a9f..338d75a 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,8 +26,8 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - ff-maven: "4.0.0-beta-5" # Maven version for fail-fast-build - maven-matrix: '[ "4.0.0-beta-5" ]' + ff-maven: "4.0.0-rc-1" # Maven version for fail-fast-build + maven-matrix: '[ "4.0.0-rc-1" ]' jdk-matrix: '[ "17", "21" ]' ff-goal: verify verify-goal: verify