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/05/16 10:15:28 UTC

[groovy] branch GROOVY_3_0_X updated: bump to latest branch

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

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 28ac92b666 bump to latest branch
28ac92b666 is described below

commit 28ac92b666bd2f7344946ed8e2ec09396668c7c0
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 16 20:15:18 2022 +1000

    bump to latest branch
---
 .github/workflows/micronaut-joint-validation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/micronaut-joint-validation.yml b/.github/workflows/micronaut-joint-validation.yml
index 8f3f6028c2..fe8c4895d7 100644
--- a/.github/workflows/micronaut-joint-validation.yml
+++ b/.github/workflows/micronaut-joint-validation.yml
@@ -44,7 +44,7 @@ jobs:
 
       # Clone Micronaut Repos
       - name: Checkout Micronaut Core
-        run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 3.0.x
+        run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 3.4.x
 
       - name: Checkout Micronaut Groovy
         run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b master