From 0d9ffa6c5b3cfccfb9282546dd00c030c42de1b4 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 11 Feb 2025 18:19:13 +0100 Subject: [PATCH] Simplify GH action --- .github/workflows/maven-verify.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 2bc0ff1e..7a9f071a 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,6 +26,5 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - ff-maven: "4.0.0-rc-2" # Maven version for fail-fast-build - maven-matrix: '[ "4.0.0-rc-2" ]' - jdk-matrix: '[ "17", "21" ]' + maven4-build: true + maven4-version: '4.0.0-rc-2' # the same as used in project