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-doxia-converter.git
commit 18149b28f9a1d061d499b7679639e29acfcabda0 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Nov 15 23:51:15 2025 +0100 Exclude Java 25 - not yet ready --- .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"} ]'
