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/03/23 07:29:31 UTC

[groovy] branch master updated: adjust versions

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 9b105b8  adjust versions
9b105b8 is described below

commit 9b105b815b2278a90e5121c744e26204f2d4c201
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Mar 23 17:21:46 2022 +1000

    adjust versions
---
 .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 f13f313..0a7a8a2 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-ea]
+        java: [8, 11, 17, 18]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2