From 2d64be494cb72709e4a63e3b1edb804b6735e31e Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 29 Sep 2024 08:17:44 +0200 Subject: [PATCH 1/2] gha-update --- .github/workflows/maven-verify.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 05b0414..91c94b3 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-3" # Maven version for fail-fast-build - maven-matrix: '[ "4.0.0-beta-3" ]' - jdk-matrix: '[ "17", "21" ]' + ff-maven: "4.0.0-beta-4" # Maven version for fail-fast-build + maven-matrix: '[ "4.0.0-beta-4" ]' + jdk-matrix: '[ "17", "21", "23" ]' ff-goal: verify verify-goal: verify From 66f79b0c2c8a66fc387dbb27302d66ef465db2ce Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 2 Oct 2024 23:23:53 +0200 Subject: [PATCH 2/2] maven4-enabled: true --- .github/workflows/maven-verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 91c94b3..7487c0a 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -28,6 +28,7 @@ jobs: with: ff-maven: "4.0.0-beta-4" # Maven version for fail-fast-build maven-matrix: '[ "4.0.0-beta-4" ]' + maven4-enabled: true jdk-matrix: '[ "17", "21", "23" ]' ff-goal: verify verify-goal: verify