From 46012968acbab1a13fc1dd361858013df0d7c664 Mon Sep 17 00:00:00 2001 From: ofekshenawa Date: Wed, 24 Jul 2024 18:07:28 +0300 Subject: [PATCH] Change CI to 7.4.0-RC2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b81126c9..40c3e2155 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: services: redis: - image: redis/redis-stack-server:edge + image: redis/redis-stack-server:7.4.0-rc2 options: >- --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5 ports: