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

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


The following commit(s) were added to refs/heads/3.3 by this push:
     new 39fdbf6365 Fix zookeeper version in CI
39fdbf6365 is described below

commit 39fdbf6365ddc03e0ceb1126839e5f948cf17e48
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Oct 21 10:42:52 2024 +0800

    Fix zookeeper version in CI
---
 .github/workflows/build-and-test-pr.yml            | 4 ++--
 .github/workflows/build-and-test-scheduled-3.1.yml | 2 +-
 .github/workflows/build-and-test-scheduled-3.2.yml | 2 +-
 .github/workflows/build-and-test-scheduled-3.3.yml | 2 +-
 .github/workflows/release-test.yml                 | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build-and-test-pr.yml 
b/.github/workflows/build-and-test-pr.yml
index 4b9e933bb4..bf619e8918 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -182,7 +182,7 @@ jobs:
     strategy:
       fail-fast: false
     env:
-      ZOOKEEPER_VERSION: 3.6.3
+      ZOOKEEPER_VERSION: 3.7.3
     steps:
       - name: "Cache zookeeper binary archive"
         uses: actions/cache@v3
@@ -218,7 +218,7 @@ jobs:
     env:
       DISABLE_FILE_SYSTEM_TEST: true
       CURRENT_ROLE: ${{ matrix.case-role }}
-      ZOOKEEPER_VERSION: 3.6.3
+      ZOOKEEPER_VERSION: 3.7.3
     steps:
       - name: "Checkout code"
         uses: actions/checkout@v3
diff --git a/.github/workflows/build-and-test-scheduled-3.1.yml 
b/.github/workflows/build-and-test-scheduled-3.1.yml
index 54a2abda85..f0c4363019 100644
--- a/.github/workflows/build-and-test-scheduled-3.1.yml
+++ b/.github/workflows/build-and-test-scheduled-3.1.yml
@@ -85,7 +85,7 @@ jobs:
       matrix:
         os: [ ubuntu-latest, windows-latest ]
     env:
-      ZOOKEEPER_VERSION: 3.6.3
+      ZOOKEEPER_VERSION: 3.7.3
     steps:
       - uses: actions/cache@v3
         name: "Cache zookeeper binary archive"
diff --git a/.github/workflows/build-and-test-scheduled-3.2.yml 
b/.github/workflows/build-and-test-scheduled-3.2.yml
index e3b3d95c8d..0b9253c7bb 100644
--- a/.github/workflows/build-and-test-scheduled-3.2.yml
+++ b/.github/workflows/build-and-test-scheduled-3.2.yml
@@ -85,7 +85,7 @@ jobs:
       matrix:
         os: [ ubuntu-latest, windows-latest ]
     env:
-      ZOOKEEPER_VERSION: 3.6.3
+      ZOOKEEPER_VERSION: 3.7.3
     steps:
       - uses: actions/cache@v3
         name: "Cache zookeeper binary archive"
diff --git a/.github/workflows/build-and-test-scheduled-3.3.yml 
b/.github/workflows/build-and-test-scheduled-3.3.yml
index 3240efb8f8..4ad3573f85 100644
--- a/.github/workflows/build-and-test-scheduled-3.3.yml
+++ b/.github/workflows/build-and-test-scheduled-3.3.yml
@@ -85,7 +85,7 @@ jobs:
       matrix:
         os: [ ubuntu-latest, windows-latest ]
     env:
-      ZOOKEEPER_VERSION: 3.6.3
+      ZOOKEEPER_VERSION: 3.7.3
     steps:
       - uses: actions/cache@v3
         name: "Cache zookeeper binary archive"
diff --git a/.github/workflows/release-test.yml 
b/.github/workflows/release-test.yml
index dea1cf2d4c..c9b84840c4 100644
--- a/.github/workflows/release-test.yml
+++ b/.github/workflows/release-test.yml
@@ -83,7 +83,7 @@ jobs:
       matrix:
         os: [ ubuntu-latest, windows-latest ]
     env:
-      ZOOKEEPER_VERSION: 3.6.3
+      ZOOKEEPER_VERSION: 3.7.3
     steps:
       - uses: actions/cache@v3
         name: "Cache zookeeper binary archive"

Reply via email to