mirror of
https://github.com/predis/predis.git
synced 2026-09-03 14:28:49 +00:00
Testing with Redis 8.0.1 (#1538)
This commit is contained in:
committed by
GitHub
parent
7d86f7afb3
commit
3cc35471e6
@@ -38,7 +38,7 @@ jobs:
|
||||
run: |
|
||||
# Mapping of original redis versions to client test containers
|
||||
declare -A redis_clients_version_mapping=(
|
||||
["8.0"]="8.0-RC2-pre"
|
||||
["8.0"]="8.0.1-pre"
|
||||
["7.4"]="7.4.2"
|
||||
["7.2"]="7.2.7"
|
||||
)
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
## Changelog
|
||||
|
||||
## Unreleased
|
||||
### Maintenance
|
||||
- Testing with Redis 8.0.1 (#1538)
|
||||
|
||||
## v3.0.0 (2025-05-02)
|
||||
### Added
|
||||
- ⚠️ Added support for transactions for clustered connections (#1497)
|
||||
|
||||
Reference in New Issue
Block a user