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 cf040940 Update maven.yml
cf040940 is described below

commit cf04094037c75acd20756635cb2bb5f992e0f1d2
Author: Martin Wiesner <[email protected]>
AuthorDate: Thu Mar 9 16:03:23 2023 +0100

    Update maven.yml
    
    Removes EOL JDK 18 from GH action config
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ad82028f..56286d8b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest]
-        java: [ 11, 17, 18, 19 ]
+        java: [ 11, 17, 19 ]
         experimental: [false]
 #        include:
 #          - java: 18-ea
@@ -47,4 +47,4 @@ jobs:
     - name: Build with Maven
       run: mvn -V clean test install --no-transfer-progress -Pjacoco
     - name: Jacoco
-      run: mvn jacoco:report
\ No newline at end of file
+      run: mvn jacoco:report

Reply via email to