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 79e6170ba2 Fix zookeeper version in CI
79e6170ba2 is described below
commit 79e6170ba25db5031ea1a3e47bbf3fafabc432f8
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Oct 22 10:20:50 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 bf619e8918..00dfed43dd 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.7.3
+ ZOOKEEPER_VERSION: 3.7.2
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.7.3
+ ZOOKEEPER_VERSION: 3.7.2
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 f0c4363019..a96d366311 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.7.3
+ ZOOKEEPER_VERSION: 3.7.2
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 0b9253c7bb..728fd2a2fc 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.7.3
+ ZOOKEEPER_VERSION: 3.7.2
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 4ad3573f85..a0938d0a1c 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.7.3
+ ZOOKEEPER_VERSION: 3.7.2
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 c9b84840c4..8e79ba80e3 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.7.3
+ ZOOKEEPER_VERSION: 3.7.2
steps:
- uses: actions/cache@v3
name: "Cache zookeeper binary archive"