Added testing with 8.4-RC1-pre.2 (#1605)

* Added testing with 8.4-RC1-pre.2

* Updated CHANGELOG.md
This commit is contained in:
Vladyslav Vildanov
2025-11-03 16:49:12 +02:00
committed by GitHub
parent 72a95b3d75
commit f4dcf6ce57
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-RC1-pre"
["8.4"]="8.4-RC1-pre.2"
["8.2"]="8.2.2-pre"
["8.0"]="8.0.2"
["7.4"]="7.4.2"
+1
View File
@@ -12,6 +12,7 @@
### Maintenance
- Added testing with 8.4-M01 (#1593)
- Added testing with 8.4-RC1-pre image (#1602)
- Added testing with 8.4-RC1-pre.2 image (#1605)
## v3.2.0 (2025-08-05)
### Added