From b032560dd15c299b649fad149c85f8dd17384b34 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 4 Aug 2026 02:22:06 +0200 Subject: [PATCH] Verify against Maven 4.0.0-rc-6 Move the Maven 4 version used by the Verify workflow to the current RC. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/maven-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 9cce92a..6f068bc 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -27,6 +27,6 @@ jobs: uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5 with: maven4-enabled: true - maven4-version: '4.0.0-rc-4' + maven4-version: '4.0.0-rc-6' verify-goal: 'verify' matrix-exclude: '[ {"jdk": "25"} ]'