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

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

commit 293ef9c8d46827b82fc7361b7275b21182f3867b
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Sep 28 12:08:04 2025 +0200

    Update JDK matrix to include version 25
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a74bbf07..e972a8c8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,11 +27,11 @@ jobs:
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
     with:
       jdk-distribution-matrix: '[ "temurin", "zulu", "microsoft", "liberica", 
"adopt-openj9" ]'
-      jdk-matrix: '[ "17", "21", "8", "23" ]'
+      jdk-matrix: '[ "17", "21", "8", "25" ]'
       matrix-exclude: '[
         { "jdk": "8", "distribution": "microsoft"},
         { "jdk": "8", "distribution": "temurin", "os": "macos-latest" },
         { "jdk": "8", "distribution": "adopt-openj9", "os": "macos-latest" },
-        { "jdk": "23", "distribution": "adopt-openj9" },
-        { "jdk": "23", "distribution": "microsoft"},        
+        { "jdk": "25", "distribution": "adopt-openj9" },
+        { "jdk": "25", "distribution": "microsoft"},        
       ]'

Reply via email to