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

jimin pushed a commit to branch 2.4.0
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.4.0 by this push:
     new bbc8b66596 test: fix spring boot 2.2.13.REEASE (#7327)
bbc8b66596 is described below

commit bbc8b66596c9006cc2d18ff1ad99c1c0aeee2a68
Author: jsbxyyx <jsbx...@163.com>
AuthorDate: Mon Apr 28 22:10:11 2025 +0800

    test: fix spring boot 2.2.13.REEASE (#7327)
---
 .github/workflows/test-druid.yml  | 2 +-
 .github/workflows/test-ubuntu.yml | 2 +-
 .github/workflows/test.yml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test-druid.yml b/.github/workflows/test-druid.yml
index 05a19db136..b2285f344d 100644
--- a/.github/workflows/test-druid.yml
+++ b/.github/workflows/test-druid.yml
@@ -37,7 +37,7 @@ jobs:
           SPRING_SECURITY_ENABLED: false
         options: --health-cmd="curl -f http://localhost:8848/nacos"; 
--health-interval=10s --health-timeout=5s --health-retries=3 
--health-start-period=30s
     name: "test-druid"
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     strategy:
       fail-fast: false
       matrix:
diff --git a/.github/workflows/test-ubuntu.yml 
b/.github/workflows/test-ubuntu.yml
index 8f9b76fc79..41c04659c1 100644
--- a/.github/workflows/test-ubuntu.yml
+++ b/.github/workflows/test-ubuntu.yml
@@ -52,7 +52,7 @@ jobs:
           2.5.15         -D spring-framework.version=5.3.27,
           2.4.13         -D spring-framework.version=5.3.13,
           2.3.12.RELEASE -D spring-framework.version=5.2.15.RELEASE,
-          2.2.13.RELEASE -D spring-framework.version=5.2.12.RELEASE,
+#          2.2.13.RELEASE -D spring-framework.version=5.2.12.RELEASE,
           #2.1.18.RELEASE,
           #2.0.9.RELEASE,
         ]
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 46479e7c1e..59780b0ee0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
           2.5.15         -D spring-framework.version=5.3.27,
           2.4.13         -D spring-framework.version=5.3.13,
           2.3.12.RELEASE -D spring-framework.version=5.2.15.RELEASE,
-          2.2.13.RELEASE -D spring-framework.version=5.2.12.RELEASE,
+#          2.2.13.RELEASE -D spring-framework.version=5.2.12.RELEASE,
           #2.1.18.RELEASE,
           #2.0.9.RELEASE,
         ]


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to