File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525
2626 # Mapping of redis version to redis testing containers
2727 declare -A redis_version_mapping=(
28- ["8.0-RC2 "]="8.0-RC2 -pre"
28+ ["8.0.1 "]="8.0.1 -pre"
2929 ["7.4.2"]="rs-7.4.0-v2"
3030 ["7.2.7"]="rs-7.2.0-v14"
3131 )
Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 redis-version :
21- - " 8.0-RC2 " # 8.0 RC2
21+ - " 8.0.1 " # 8.0.1
2222 - " 7.4.2" # should use redis stack 7.4
2323 go-version :
2424 - " 1.23.x"
4343
4444 # Mapping of redis version to redis testing containers
4545 declare -A redis_version_mapping=(
46- ["8.0-RC2 "]="8.0-RC2 -pre"
46+ ["8.0.1 "]="8.0.1 -pre"
4747 ["7.4.2"]="rs-7.4.0-v2"
4848 )
4949 if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then
7272 fail-fast : false
7373 matrix :
7474 redis-version :
75- - " 8.0-RC2 " # 8.0 RC2
75+ - " 8.0.1 " # 8.0.1
7676 - " 7.4.2" # should use redis stack 7.4
7777 - " 7.2.7" # should redis stack 7.2
7878 go-version :
You can’t perform that action at this time.
0 commit comments