From f4dcf6ce5768366da0cab83fb1bde3ceb118b10c Mon Sep 17 00:00:00 2001 From: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:49:12 +0200 Subject: [PATCH] Added testing with 8.4-RC1-pre.2 (#1605) * Added testing with 8.4-RC1-pre.2 * Updated CHANGELOG.md --- .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 ebc5b382..65f464ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: run: | # Mapping of original redis versions to client test containers declare -A redis_clients_version_mapping=( - ["8.4"]="8.4-RC1-pre" + ["8.4"]="8.4-RC1-pre.2" ["8.2"]="8.2.2-pre" ["8.0"]="8.0.2" ["7.4"]="7.4.2" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9efd0429..a2db6ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### Maintenance - Added testing with 8.4-M01 (#1593) - Added testing with 8.4-RC1-pre image (#1602) +- Added testing with 8.4-RC1-pre.2 image (#1605) ## v3.2.0 (2025-08-05) ### Added