This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch t3 in repository https://gitbox.apache.org/repos/asf/maven-mapping.git
commit 69ba382eab34fd272ef39426f0be296e3c50fea4 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 16 00:52:19 2025 +0100 Downgrade to rc4 and Java 21 --- .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 5fafb35..6220bf7 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -27,4 +27,6 @@ jobs: uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: maven4-enabled: true + maven4-version: '4.0.0-rc-4' verify-goal: 'verify' + matrix-exclude: '[ {"jdk": "25"} ]'
