mirror of
https://github.com/predis/predis.git
synced 2026-09-05 07:16:44 +00:00
Added testing with Redis 8.10 GA (#1715)
This commit is contained in:
committed by
GitHub
parent
ac3142abfe
commit
f07456d2ee
@@ -46,7 +46,7 @@ jobs:
|
||||
run: |
|
||||
# Mapping of original redis versions to client test containers
|
||||
declare -A redis_clients_version_mapping=(
|
||||
["8.10"]="custom-30445126297-debian"
|
||||
["8.10"]="8.10.0"
|
||||
["8.8"]="8.8.0"
|
||||
["8.6"]="8.6.1"
|
||||
["8.4"]="8.4.0"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
### Maintenance
|
||||
- Added testing for HNSW vector type with RERANK argument
|
||||
- Added testing with Redis 8.10 GA
|
||||
|
||||
## v3.5.1 (2026-06-11)
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user