You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/09/25 23:13:09 UTC

[groovy] branch master updated: test JDK19

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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 641f10d0c8 test JDK19
641f10d0c8 is described below

commit 641f10d0c856c419f4d4cedac660f3b9a38fa918
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Sep 26 08:40:56 2022 +1000

    test JDK19
---
 .github/workflows/groovy-build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/groovy-build-test.yml b/.github/workflows/groovy-build-test.yml
index d9d062c458..54dcf8e634 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -26,7 +26,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-20.04]
-        java: [11, 12, 13, 14, 15, 16, 17, 18]
+        java: [11, 12, 13, 14, 15, 16, 17, 18, 19]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v3