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 2525
2626 # Mapping of redis version to redis testing containers
2727 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 "
3131 )
3232
3333 if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then
Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 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
2323 go-version :
2424 - " 1.23.x"
2525 - " 1.24.x"
4343
4444 # Mapping of redis version to redis testing containers
4545 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 "
4848 )
4949 if [[ -v redis_version_mapping[$REDIS_VERSION] ]]; then
5050 echo "REDIS_VERSION=${redis_version_np}" >> $GITHUB_ENV
7272 fail-fast : false
7373 matrix :
7474 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
7878 go-version :
7979 - " 1.23.x"
8080 - " 1.24.x"
Original file line number Diff line number Diff line change 1616
1717 services :
1818 redis-stack :
19- image : redislabs/client-libs-test:8.0.1-pre
19+ image : redislabs/client-libs-test:8.0.2
2020 env :
2121 TLS_ENABLED : no
2222 REDIS_CLUSTER : no
You can’t perform that action at this time.
0 commit comments