1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

chore: use redis 8 ce m05 (#3304)

* use m05

* add platform, since client-libs has image for amd64

* verbose testing

* Update .github/workflows/build.yml
This commit is contained in:
Nedyalko Dyakov
2025-03-18 14:20:18 +02:00
committed by GitHub
parent b3709c6506
commit 9494d8498a
4 changed files with 10 additions and 5 deletions

View File

@ -25,7 +25,7 @@ runs:
# Mapping of redis version to redis testing containers
declare -A redis_version_mapping=(
["8.0-M03"]="8.0-M04-pre"
["8.0-M05"]="8.0-M05-pre"
["7.4.2"]="rs-7.4.0-v2"
["7.2.7"]="rs-7.2.0-v14"
)

View File

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
redis-version:
- "8.0-M03" # 8.0 milestone 4
- "8.0-M05" # 8.0 milestone 5
- "7.4.2" # should use redis stack 7.4
go-version:
- "1.23.x"
@ -43,7 +43,7 @@ jobs:
# Mapping of redis version to redis testing containers
declare -A redis_version_mapping=(
["8.0-M03"]="8.0-M04-pre"
["8.0-M05"]="8.0-M05-pre"
["7.4.2"]="rs-7.4.0-v2"
)
if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then
@ -72,7 +72,7 @@ jobs:
fail-fast: false
matrix:
redis-version:
- "8.0-M03" # 8.0 milestone 4
- "8.0-M05" # 8.0 milestone 5
- "7.4.2" # should use redis stack 7.4
- "7.2.7" # should redis stack 7.2
go-version: