diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 20ae49ce..ebc5b382 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-M01-pre" + ["8.4"]="8.4-RC1-pre" ["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 ed5f6c72..9efd0429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ### Maintenance - Added testing with 8.4-M01 (#1593) +- Added testing with 8.4-RC1-pre image (#1602) ## v3.2.0 (2025-08-05) ### Added