From 1a5f7f68f2800d8074268cb2a8b0ff09cee38653 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 4 Aug 2026 22:04:59 +0200 Subject: [PATCH] Verify the build against Maven 4 as well Adds maven4-enabled, which appends the Maven 4 version to the existing Maven 3 matrix rather than replacing it, so the plugin keeps being built and tested with Maven 3 and additionally gets checked against 4.0.0-rc-6. Part of finding out which Maven 3 plugins already build clean on Maven 4 ahead of the 4.0.0 GA. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/maven-verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 27091310..709b710e 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -24,4 +24,6 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5 + with: + maven4-enabled: true