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-wagon.git
commit 939ededb27345d5d47fc3d912cba5a25191d699b 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"} ]'
