We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3926bd3 commit 2e9f1bbCopy full SHA for 2e9f1bb
.github/actions/run-tests/action.yml
@@ -51,9 +51,9 @@ runs:
51
52
# Mapping of redis version to stack version
53
declare -A redis_stack_version_mapping=(
54
- ["7.4.1"]="rs-7.4.0-v2"
55
- ["7.2.6"]="rs-7.2.0-v14"
56
- ["6.2.16"]="rs-6.2.6-v18"
+ ["7.4.1"]="rs-7.4.0-v1"
+ ["7.2.6"]="rs-7.2.0-v13"
+ ["6.2.16"]="rs-6.2.6-v17"
57
)
58
59
if [[ -v redis_stack_version_mapping[$REDIS_VERSION] ]]; then
0 commit comments