From cfb3a9fdd679689cea5ad782e4a831a3b8636ccc Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 11 Aug 2024 13:31:29 +0200 Subject: [PATCH] Use Maven4 enabled with GH Action Instead of define Maven 4 in build we can use new option for shared action --- .github/workflows/maven.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 346bceb6..5f8828e9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,6 +24,4 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - 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"} ]' + maven4-enabled: true