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 05:17:52 UTC

[groovy] branch master updated: Revert "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 cb202ee298 Revert "try 19-ea for build action"
cb202ee298 is described below

commit cb202ee2983497eebbfedda73b9c1a10f2732ebb
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Apr 7 15:17:32 2022 +1000

    Revert "try 19-ea for build action"
    
    This reverts commit d0727448fa0271e08c57a96888f47cb946de8e15.
---
 .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 3882302e70..0a7a8a27cf 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, 19-ea]
+        java: [8, 11, 17, 18]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2