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 25
25
26
26
# Mapping of redis version to redis testing containers
27
27
declare -A redis_version_mapping=(
28
- ["8.0-RC2 "]="8.0-RC2 -pre"
28
+ ["8.0.1 "]="8.0.1 -pre"
29
29
["7.4.2"]="rs-7.4.0-v2"
30
30
["7.2.7"]="rs-7.2.0-v14"
31
31
)
Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
matrix :
20
20
redis-version :
21
- - " 8.0-RC2 " # 8.0 RC2
21
+ - " 8.0.1 " # 8.0.1
22
22
- " 7.4.2" # should use redis stack 7.4
23
23
go-version :
24
24
- " 1.23.x"
43
43
44
44
# Mapping of redis version to redis testing containers
45
45
declare -A redis_version_mapping=(
46
- ["8.0-RC2 "]="8.0-RC2 -pre"
46
+ ["8.0.1 "]="8.0.1 -pre"
47
47
["7.4.2"]="rs-7.4.0-v2"
48
48
)
49
49
if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then
72
72
fail-fast : false
73
73
matrix :
74
74
redis-version :
75
- - " 8.0-RC2 " # 8.0 RC2
75
+ - " 8.0.1 " # 8.0.1
76
76
- " 7.4.2" # should use redis stack 7.4
77
77
- " 7.2.7" # should redis stack 7.2
78
78
go-version :
You can’t perform that action at this time.
0 commit comments