Updated Redis 8.2 test image (#1573)

* Updated Redis 8.2 test image

* Updated CHANGELOG.md
This commit is contained in:
Vladyslav Vildanov
2025-07-03 16:53:00 +03:00
committed by GitHub
parent e0a03c6590
commit 4dcc66f47e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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"
+1
View File
@@ -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)