This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new c2752a5 OPENNLP-1734: Adjust GH CI config to build with Java 25-ea
(#313)
c2752a5 is described below
commit c2752a537b930e5ea1897a75cb715164a9c1c07c
Author: Martin Wiesner <[email protected]>
AuthorDate: Tue Jul 15 21:54:37 2025 +0200
OPENNLP-1734: Adjust GH CI config to build with Java 25-ea (#313)
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ba75e94..35f37aa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
java: [ 21 ]
experimental: [false]
include:
- - java: 24-ea
+ - java: 25-ea
os: ubuntu-latest
experimental: true