You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ma...@apache.org on 2023/04/06 07:09:29 UTC

[opennlp-sandbox] branch add-jdk-20-to-gh-ci-config created (now d88ebe9)

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

mawiesne pushed a change to branch add-jdk-20-to-gh-ci-config
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


      at d88ebe9  adds JDK 20 to CI config removes EOL JDK 18 from CI config

This branch includes the following new commits:

     new d88ebe9  adds JDK 20 to CI config removes EOL JDK 18 from CI config

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[opennlp-sandbox] 01/01: adds JDK 20 to CI config removes EOL JDK 18 from CI config

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch add-jdk-20-to-gh-ci-config
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git

commit d88ebe9d256e053832ada77ad76d59c6e2f64ee5
Author: Martin Wiesner <ma...@hs-heilbronn.de>
AuthorDate: Thu Apr 6 09:09:20 2023 +0200

    adds JDK 20 to CI config
    removes EOL JDK 18 from CI config
---
 .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 a31237c..2e22696 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-latest, windows-latest]
-        java: [ 11, 17, 19 ]
+        java: [ 11, 17, 20 ]
         experimental: [false]
 #        include:
 #          - java: 18-ea