mirror of
https://github.com/predis/predis.git
synced 2026-09-12 03:17:22 +00:00
Added testing with 8.4-M01 (#1593)
This commit is contained in:
committed by
GitHub
parent
7a15da293b
commit
fd1a0fc278
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user