This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mapping.git


The following commit(s) were added to refs/heads/master by this push:
     new 218c521  Downgrade to rc4 and Java 21
218c521 is described below

commit 218c5217c587b6bf92e5b6fb3542840ccb1028ef
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"} ]'

Reply via email to