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/04/07 04:48:21 UTC

[groovy] branch master updated: try 19-ea for build action

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 d0727448fa try 19-ea for build action
d0727448fa is described below

commit d0727448fa0271e08c57a96888f47cb946de8e15
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Apr 7 14:48:12 2022 +1000

    try 19-ea for build action
---
 .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 0a7a8a27cf..3882302e70 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -23,7 +23,7 @@ jobs:
       fail-fast: false
       matrix:
         os: [ubuntu-18.04]
-        java: [8, 11, 17, 18]
+        java: [8, 11, 17, 18, 19-ea]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2