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 23a87a2 commit 7bc12bbCopy full SHA for 7bc12bb
.github/actions/run-tests/action.yml
@@ -25,7 +25,7 @@ runs:
25
26
# Mapping of redis version to redis testing containers
27
declare -A redis_version_mapping=(
28
- ["8.2.x"]="8.2-M01-pre"
+ ["8.2.x"]="8.2-RC1-pre"
29
["8.0.x"]="8.0.2"
30
["7.4.x"]="rs-7.4.0-v5"
31
["7.2.x"]="rs-7.2.0-v17"
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
)
0 commit comments