You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2022/11/16 08:56:40 UTC

[dubbo-samples] branch master updated: Add Dubbo 3.2 test (#583)

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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 648dc26e Add Dubbo 3.2 test (#583)
648dc26e is described below

commit 648dc26e1c0183aa5e72dd15f25b127f75d88f1e
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Wed Nov 16 16:56:33 2022 +0800

    Add Dubbo 3.2 test (#583)
---
 .github/workflows/{dubbo-3.yml => dubbo-3_1.yml} | 2 +-
 .github/workflows/{dubbo-3.yml => dubbo-3_2.yml} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/dubbo-3.yml b/.github/workflows/dubbo-3_1.yml
similarity index 99%
copy from .github/workflows/dubbo-3.yml
copy to .github/workflows/dubbo-3_1.yml
index 7b589fbf..3d7b17b9 100644
--- a/.github/workflows/dubbo-3.yml
+++ b/.github/workflows/dubbo-3_1.yml
@@ -1,4 +1,4 @@
-name: Dubbo 3
+name: Dubbo 3.1
 
 on:
   pull_request:
diff --git a/.github/workflows/dubbo-3.yml b/.github/workflows/dubbo-3_2.yml
similarity index 99%
rename from .github/workflows/dubbo-3.yml
rename to .github/workflows/dubbo-3_2.yml
index 7b589fbf..3d3f1dd1 100644
--- a/.github/workflows/dubbo-3.yml
+++ b/.github/workflows/dubbo-3_2.yml
@@ -1,4 +1,4 @@
-name: Dubbo 3
+name: Dubbo 3.2
 
 on:
   pull_request:
@@ -27,7 +27,7 @@ env:
     spring-boot.version:1.5.22.RELEASE;
     spring-boot.version:2.4.1;
     '
-  DUBBO_REF: '3.1'
+  DUBBO_REF: '3.2'
 
 jobs:
   build-samples:


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org