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.git
The following commit(s) were added to refs/heads/main by this push:
new 2ed9949a OPENNLP-1734: Adjust GH CI config to build with Java 25-ea
(#781)
2ed9949a is described below
commit 2ed9949a9dd68f8826c6ea2c03e40f22392fcccd
Author: Martin Wiesner <[email protected]>
AuthorDate: Tue May 20 16:26:59 2025 +0200
OPENNLP-1734: Adjust GH CI config to build with Java 25-ea (#781)
---
.github/workflows/maven.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index dd4071dd..f46421dd 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
@@ -49,11 +49,11 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@v4
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 #
v4.7.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
- name: Build with Maven
- run: mvn -V clean test install --no-transfer-progress -Pjacoco -Pci
+ run: mvn -V clean test install --show-version --batch-mode
--no-transfer-progress -Pjacoco -Pci
- name: Jacoco
run: mvn jacoco:report