Added testing with 8.4-M01 (#1593)

This commit is contained in:
Vladyslav Vildanov
2025-10-17 20:42:36 +03:00
committed by GitHub
parent 7a15da293b
commit fd1a0fc278
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -32,6 +32,7 @@ jobs:
- '7.4'
- '8.0'
- '8.2'
- '8.4'
steps:
@@ -39,7 +40,8 @@ jobs:
run: |
# Mapping of original redis versions to client test containers
declare -A redis_clients_version_mapping=(
["8.2"]="8.2.1-pre"
["8.4"]="8.4-M01-pre"
["8.2"]="8.2.2-pre"
["8.0"]="8.0.2"
["7.4"]="7.4.2"
["7.2"]="7.2.7"
+1 -1
View File
@@ -6,8 +6,8 @@
- Added prefixable interface for HEXPIRE, HEXPIRETIME (#1592)
### Changed
- Refactor pipeline data writing depends on connection type (#1586)
### Maintenance
- Added testing with 8.4-M01 (#1593)
## v3.2.0 (2025-08-05)
### Added