From d7947baad95b2449c3b16a53c29d334f6c38ec49 Mon Sep 17 00:00:00 2001 From: Hristo Temelski Date: Tue, 29 Jul 2025 11:39:57 +0300 Subject: [PATCH] bumped redis 8.2 version used in the CI/CD --- .github/actions/run-tests/action.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index bba991972..f826eccea 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -25,7 +25,7 @@ runs: # Mapping of redis version to redis testing containers declare -A redis_version_mapping=( - ["8.2.x"]="8.2-M01-pre" + ["8.2.x"]="8.2-RC1-pre" ["8.0.x"]="8.0.2" ["7.4.x"]="rs-7.4.0-v5" ["7.2.x"]="rs-7.2.0-v17" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd097a9fa..ef6eadfc6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: # Mapping of redis version to redis testing containers declare -A redis_version_mapping=( - ["8.2.x"]="8.2-M01-pre" + ["8.2.x"]="8.2-RC1-pre" ["8.0.x"]="8.0.2" ["7.4.x"]="rs-7.4.0-v5" )