Added testing with Redis 8.6 GA (#1634)

This commit is contained in:
Vladyslav Vildanov
2026-02-11 19:00:42 +02:00
committed by GitHub
parent e851ed6ceb
commit 8b9f882a43
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -41,9 +41,9 @@ jobs:
run: |
# Mapping of original redis versions to client test containers
declare -A redis_clients_version_mapping=(
["8.6"]="custom-21651605017-debian-amd64"
["8.6"]="8.6.0"
["8.4"]="8.4.0"
["8.2"]="8.2.2-pre"
["8.2"]="8.2.2"
["8.0"]="8.0.2"
["7.4"]="7.4.2"
["7.2"]="7.2.7"
+1
View File
@@ -18,6 +18,7 @@
- Added testing with SSL authentication using CN (#1627)
- Added testing with TimeSeries NaN values (#1628)
- Added support for Redis 8.6 (#1631)
- Added testing with Redis 8.6 GA (#1634)
## v3.3.0 (2025-11-24)
### Added