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.git
commit 7f7c3a35971802957678efc23574643357a07e2b Author: Martin Wiesner <[email protected]> AuthorDate: Fri May 9 20:31:57 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 dd4071dd..aa1ecf0e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: java: [ 17, 21 ] experimental: [false] include: - - java: 24-ea + - java: 25-ea os: ubuntu-latest experimental: true
