This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch enable-java-25-ga in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit e69b89792837d5b9ce2de29fa010f2c009c243ef Author: Richard Zowalla <r...@apache.org> AuthorDate: Wed Sep 17 19:57:11 2025 +0200 Enable Java 25 as additional CI Java version since it is GA now. --- .github/workflows/maven.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 33ab8b16..4bfde59c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,12 +31,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - java: [ 17, 21 ] - experimental: [false] - include: - - java: 25-ea - os: ubuntu-latest - experimental: true + java: [ 17, 21, 25 ] +# experimental: [false] +# include: +# - java: 25-ea +# os: ubuntu-latest +# experimental: true steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0