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

rzo1 pushed a commit to branch 
OPENNLP-1686-Adjust-GH-CI-config-to-build-with-24-ea
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit c9d8fb853e92082d43f526d91d09bc9ee55233bd
Author: Richard Zowalla <[email protected]>
AuthorDate: Sun Jan 5 12:21:45 2025 +0100

    OPENNLP-1686: Adjust GH CI config to build with Java 24-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 2655ece1..3c0e915a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
         java: [ 17, 21 ]
         experimental: [false]
         include:
-          - java: 23-ea
+          - java: 24-ea
             os: ubuntu-latest
             experimental: true
 

Reply via email to