mirror of
https://github.com/predis/predis.git
synced 2026-09-27 03:15:45 +00:00
Added support for Redis 8.6 (#1631)
* Added support for Redis 8.6 * Codestyle changes and test fixes * Fixed hybdrid tests * Updated CHANGELOG.md and composer.json * Fixed XINFO tests
This commit is contained in:
committed by
GitHub
parent
95e802430d
commit
a24a7be9b4
@@ -33,6 +33,7 @@ jobs:
|
||||
- '8.0'
|
||||
- '8.2'
|
||||
- '8.4'
|
||||
- '8.6'
|
||||
|
||||
steps:
|
||||
|
||||
@@ -40,6 +41,7 @@ jobs:
|
||||
run: |
|
||||
# Mapping of original redis versions to client test containers
|
||||
declare -A redis_clients_version_mapping=(
|
||||
["8.6"]="8.6-rc1-21356658603-debian-amd64"
|
||||
["8.4"]="8.4.0"
|
||||
["8.2"]="8.2.2-pre"
|
||||
["8.0"]="8.0.2"
|
||||
|
||||
Reference in New Issue
Block a user