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-doxia-converter.git
The following commit(s) were added to refs/heads/master by this push:
new 0f13417 Exclude Java 25 - not yet ready
0f13417 is described below
commit 0f13417ab43bed4f022e9641083969103981afa8
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"} ]'