This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch wagon-3.x
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
The following commit(s) were added to refs/heads/wagon-3.x by this push:
new e2785142 Disable builds on Java 25
e2785142 is described below
commit e2785142dace48ae4b5d748093cb256961e6ebd6
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Dec 14 03:03:52 2025 +0100
Disable builds on Java 25
---
.github/workflows/maven-verify.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index d021860d..73743fe9 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -27,3 +27,4 @@ jobs:
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
install-subversion: true
+ matrix-exclude: '[ {"jdk": "25"} ]'