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

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

commit 2f4d6d4e42adbaa778cf9d19b72bab80f2fd28db
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Nov 16 00:28:59 2025 +0100

    Disable Java 25 CI
---
 .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 932827c..47528cc 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,3 +25,5 @@ jobs:
   build:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
+    with:
+      matrix-exclude: '[ {"jdk": "25"} ]'

Reply via email to