Skip to content

Commit 2e9f1bb

Browse files
committed
Rollback version bump
1 parent 3926bd3 commit 2e9f1bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/run-tests/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ runs:
5151
5252
# Mapping of redis version to stack version
5353
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"
54+
["7.4.1"]="rs-7.4.0-v1"
55+
["7.2.6"]="rs-7.2.0-v13"
56+
["6.2.16"]="rs-6.2.6-v17"
5757
)
5858
5959
if [[ -v redis_stack_version_mapping[$REDIS_VERSION] ]]; then

0 commit comments

Comments
 (0)