From 99d2777a0483a448a05641fe11cba43ba1d1967e Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Fri, 15 Aug 2025 13:24:29 +0100 Subject: [PATCH 1/2] Bumps test image to 8.2.1-pre Signed-off-by: Elena Kolevska --- .github/actions/run-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index a90d46055..b8e576e79 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" + ["8.2.x"]="8.2.1-pre" ["8.0.x"]="8.0.2" ["7.4.x"]="rs-7.4.0-v5" ["7.2.x"]="rs-7.2.0-v17" From 042f7cb146847f42efa7d7f58ad9ff737afd3d0a Mon Sep 17 00:00:00 2001 From: Elena Kolevska Date: Mon, 18 Aug 2025 14:36:53 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Missed=20the=20=E2=80=9Cbenchmark=E2=80=9D?= =?UTF-8?q?=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Elena Kolevska --- .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 cb0112481..f9eacf47b 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" + ["8.2.x"]="8.2.1-pre" ["8.0.x"]="8.0.2" ["7.4.x"]="rs-7.4.0-v5" )