This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch OPENNLP-1734-Adjust-GH-CI-config-to-build-with-Java-25-ea in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
commit 971489a8873032a68b8fba9da64dee164626cff4 Author: Martin Wiesner <[email protected]> AuthorDate: Tue Jul 15 20:49:04 2025 +0200 OPENNLP-1734: Adjust GH CI config to build with Java 25-ea --- .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
