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 784018f4 OPENNLP-1686: Adjust GH CI config to build with Java 24-ea
784018f4 is described below
commit 784018f495072341cd53f3132a4843a4f346d836
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