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

mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/opennlp-2.x by this push:
     new 4dccf97e Enable Java 25 as additional CI Java version since it is GA 
now.
4dccf97e is described below

commit 4dccf97e45e3819c03ad446c9f97e426ed32a1a9
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Sep 17 19:57:11 2025 +0200

    Enable Java 25 as additional CI Java version since it is GA now.
    
    (cherry picked from commit cc65359a2e7585cda8c65b8a3c271da5136ed996)
---
 .github/workflows/maven.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 096bfff1..f6ea19ee 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,12 +31,12 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
-        java: [ 17, 21 ]
+        java: [ 17, 21, 25 ]
         experimental: [false]
-        include:
-          - java: 25-ea
-            os: ubuntu-latest
-            experimental: true
+#        include:
+#          - java: 25-ea
+#            os: ubuntu-latest
+#            experimental: true
 
     steps:
     - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

Reply via email to