mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Added testing with Redis 8.6 GA (#1634)
This commit is contained in:
committed by
GitHub
parent
e851ed6ceb
commit
8b9f882a43
@@ -41,9 +41,9 @@ jobs:
|
||||
run: |
|
||||
# Mapping of original redis versions to client test containers
|
||||
declare -A redis_clients_version_mapping=(
|
||||
["8.6"]="custom-21651605017-debian-amd64"
|
||||
["8.6"]="8.6.0"
|
||||
["8.4"]="8.4.0"
|
||||
["8.2"]="8.2.2-pre"
|
||||
["8.2"]="8.2.2"
|
||||
["8.0"]="8.0.2"
|
||||
["7.4"]="7.4.2"
|
||||
["7.2"]="7.2.7"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
- Added testing with SSL authentication using CN (#1627)
|
||||
- Added testing with TimeSeries NaN values (#1628)
|
||||
- Added support for Redis 8.6 (#1631)
|
||||
- Added testing with Redis 8.6 GA (#1634)
|
||||
|
||||
## v3.3.0 (2025-11-24)
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user