diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8987ab54..0907a1b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: run: | # Mapping of original redis versions to client test containers declare -A redis_clients_version_mapping=( - ["8.2"]="8.2-M01-pre" + ["8.2"]="8.2-RC1-pre" ["8.0"]="8.0.2" ["7.4"]="7.4.2" ["7.2"]="7.2.7" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec3ae2f..b9cc5670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ ### Maintenance - Updated Redis 8.0 test image (#1562) +- Updated Redis 8.2 test image (#1573) ### Maintenance - Added testing with 8.2 (#1567)