From 1611b33e4adfe468457e8a65f7dbfdcadab0f645 Mon Sep 17 00:00:00 2001 From: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:28:39 +0300 Subject: [PATCH] Updated 8.8 GA test image (#1679) --- .github/workflows/tests.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 542979c0..2e68612f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: run: | # Mapping of original redis versions to client test containers declare -A redis_clients_version_mapping=( - ["8.8"]="custom-26235535976-debian" + ["8.8"]="8.8.0" ["8.6"]="8.6.1" ["8.4"]="8.4.0" ["8.2"]="8.2.2" diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ae327d..10e0ede6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Include command name in unsupported container command error messages (#1653) - Updated arguments name for GCRA command (#1667) - Updated INCREX arguments (#1677) +- Updated 8.8 GA test image (#1679) ### Fixed - Fixed handling of gap slots in `SlotMap::offsetUnset()` (#1660)