mirror of
https://github.com/predis/predis.git
synced 2026-09-21 15:50:27 +00:00
Added support for new TS commands + Indonesian language support integration test (#1695)
* Added support for new TS commands * Fixed version constraints * Codestyle fixes * Remvoed TS.BGET command
This commit is contained in:
committed by
GitHub
parent
09b8ce59dd
commit
efb3958fb7
@@ -34,11 +34,11 @@ jobs:
|
||||
- '4.0'
|
||||
- '7.2'
|
||||
- '7.4'
|
||||
- '8.0'
|
||||
- '8.2'
|
||||
- '8.4'
|
||||
- '8.6'
|
||||
- '8.8'
|
||||
- '8.10'
|
||||
|
||||
steps:
|
||||
|
||||
@@ -46,11 +46,11 @@ jobs:
|
||||
run: |
|
||||
# Mapping of original redis versions to client test containers
|
||||
declare -A redis_clients_version_mapping=(
|
||||
["8.10"]="unstable-27987813126-debian"
|
||||
["8.8"]="8.8.0"
|
||||
["8.6"]="8.6.1"
|
||||
["8.4"]="8.4.0"
|
||||
["8.2"]="8.2.2"
|
||||
["8.0"]="8.0.2"
|
||||
["7.4"]="7.4.2"
|
||||
["7.2"]="7.2.7"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user