Updated 8.8 GA test image (#1679)

This commit is contained in:
Vladyslav Vildanov
2026-06-02 19:28:39 +03:00
committed by GitHub
parent 37ed2dcd77
commit 1611b33e4a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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"
+1
View File
@@ -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)