Added testing with 8.4-RC1-pre image (#1602)

* Added testing with 8.4-RC1-pre image

* Updated CHANGELOG.md
This commit is contained in:
Vladyslav Vildanov
2025-10-27 18:47:24 +02:00
committed by GitHub
parent 62f4ebcc37
commit 72a95b3d75
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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"
+1
View File
@@ -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