mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Added testing with 8.4-RC1-pre image (#1602)
* Added testing with 8.4-RC1-pre image * Updated CHANGELOG.md
This commit is contained in:
committed by
GitHub
parent
62f4ebcc37
commit
72a95b3d75
@@ -40,7 +40,7 @@ jobs:
|
||||
run: |
|
||||
# Mapping of original redis versions to client test containers
|
||||
declare -A redis_clients_version_mapping=(
|
||||
["8.4"]="8.4-M01-pre"
|
||||
["8.4"]="8.4-RC1-pre"
|
||||
["8.2"]="8.2.2-pre"
|
||||
["8.0"]="8.0.2"
|
||||
["7.4"]="7.4.2"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
### Maintenance
|
||||
- Added testing with 8.4-M01 (#1593)
|
||||
- Added testing with 8.4-RC1-pre image (#1602)
|
||||
|
||||
## v3.2.0 (2025-08-05)
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user