1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-16 13:21:51 +03:00

chore(ci): update CI redis builds

This commit is contained in:
Nedyalko Dyakov
2025-06-16 17:10:43 +03:00
parent 82b00cc520
commit 85361d6e4b
3 changed files with 11 additions and 11 deletions

View File

@ -25,9 +25,9 @@ runs:
# Mapping of redis version to redis testing containers # Mapping of redis version to redis testing containers
declare -A redis_version_mapping=( declare -A redis_version_mapping=(
["8.0.1"]="8.0.1-pre" ["8.0.x"]="8.0.2"
["7.4.2"]="rs-7.4.0-v2" ["7.4.x"]="rs-7.4.0-v5"
["7.2.7"]="rs-7.2.0-v14" ["7.2.x"]="rs-7.2.0-v17"
) )
if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then

View File

@ -18,8 +18,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
redis-version: redis-version:
- "8.0.1" # 8.0.1 - "8.0.x" # Redis CE 8.0
- "7.4.2" # should use redis stack 7.4 - "7.4.x" # Redis stack 7.4
go-version: go-version:
- "1.23.x" - "1.23.x"
- "1.24.x" - "1.24.x"
@ -43,8 +43,8 @@ jobs:
# Mapping of redis version to redis testing containers # Mapping of redis version to redis testing containers
declare -A redis_version_mapping=( declare -A redis_version_mapping=(
["8.0.1"]="8.0.1-pre" ["8.0.x"]="8.0.2"
["7.4.2"]="rs-7.4.0-v2" ["7.4.x"]="rs-7.4.0-v5"
) )
if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then
echo "REDIS_VERSION=${redis_version_np}" >> $GITHUB_ENV echo "REDIS_VERSION=${redis_version_np}" >> $GITHUB_ENV
@ -72,9 +72,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
redis-version: redis-version:
- "8.0.1" # 8.0.1 - "8.0.x" # Redis CE 8.0
- "7.4.2" # should use redis stack 7.4 - "7.4.x" # Redis stack 7.4
- "7.2.7" # should redis stack 7.2 - "7.2.x" # Redis stack 7.2
go-version: go-version:
- "1.23.x" - "1.23.x"
- "1.24.x" - "1.24.x"

View File

@ -16,7 +16,7 @@ jobs:
services: services:
redis-stack: redis-stack:
image: redislabs/client-libs-test:8.0.1-pre image: redislabs/client-libs-test:8.0.2
env: env:
TLS_ENABLED: no TLS_ENABLED: no
REDIS_CLUSTER: no REDIS_CLUSTER: no