File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
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.1 "]="8.0.1-pre "
29
- ["7.4.2 "]="rs-7.4.0-v2 "
30
- ["7.2.7 "]="rs-7.2.0-v14 "
28
+ ["8.0.x "]="8.0.2 "
29
+ ["7.4.x "]="rs-7.4.0-v5 "
30
+ ["7.2.x "]="rs-7.2.0-v17 "
31
31
)
32
32
33
33
if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then
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.1 " # 8.0.1
22
- - " 7.4.2 " # should use redis stack 7.4
21
+ - " 8.0.x " # Redis CE 8.0
22
+ - " 7.4.x " # Redis stack 7.4
23
23
go-version :
24
24
- " 1.23.x"
25
25
- " 1.24.x"
43
43
44
44
# Mapping of redis version to redis testing containers
45
45
declare -A redis_version_mapping=(
46
- ["8.0.1 "]="8.0.1-pre "
47
- ["7.4.2 "]="rs-7.4.0-v2 "
46
+ ["8.0.x "]="8.0.2 "
47
+ ["7.4.x "]="rs-7.4.0-v5 "
48
48
)
49
49
if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then
50
50
echo "REDIS_VERSION=${redis_version_np}" >> $GITHUB_ENV
72
72
fail-fast : false
73
73
matrix :
74
74
redis-version :
75
- - " 8.0.1 " # 8.0.1
76
- - " 7.4.2 " # should use redis stack 7.4
77
- - " 7.2.7 " # should redis stack 7.2
75
+ - " 8.0.x " # Redis CE 8.0
76
+ - " 7.4.x " # Redis stack 7.4
77
+ - " 7.2.x " # Redis stack 7.2
78
78
go-version :
79
79
- " 1.23.x"
80
80
- " 1.24.x"
Original file line number Diff line number Diff line change 16
16
17
17
services :
18
18
redis-stack :
19
- image : redislabs/client-libs-test:8.0.1-pre
19
+ image : redislabs/client-libs-test:8.0.2
20
20
env :
21
21
TLS_ENABLED : no
22
22
REDIS_CLUSTER : no
You can’t perform that action at this time.
0 commit comments