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 2021/02/24 01:43:35 UTC

[groovy] branch master updated: Bumps Micronaut version to 2.3.x for joint validation workflow (closes #1497)

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 852a074  Bumps Micronaut version to 2.3.x for joint validation workflow (closes #1497)
852a074 is described below

commit 852a0740b0ba34a1dd9469835c324bf6c987bbac
Author: Jason Schindler <sc...@objectcomputing.com>
AuthorDate: Tue Feb 23 18:38:04 2021 -0600

    Bumps Micronaut version to 2.3.x for joint validation workflow (closes #1497)
---
 .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 41dbde5..ba5dfb9 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 2.2.x
+        run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 2.3.x
 
       - name: Checkout Micronaut Groovy
         run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b master