This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new cc65359a Enable Java 25 as additional CI Java version since it is GA
now.
cc65359a is described below
commit cc65359a2e7585cda8c65b8a3c271da5136ed996
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.
---
.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 c9ce660b..d743664d 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0