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 e01b2b9 commit 82ffcffCopy full SHA for 82ffcff
.github/actions/run-tests/action.yml
@@ -31,7 +31,7 @@ runs:
31
32
# Mapping of redis version to redis testing containers
33
declare -A redis_version_mapping=(
34
- ["8.0-M03"]="8.0-M03"
+ ["8.0-M04"]="8.0-M04"
35
["7.4.2"]="rs-7.4.0-v2"
36
["7.2.7"]="rs-7.2.0-v14"
37
)
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
fail-fast: false
52
matrix:
53
redis-version:
54
- - "8.0-M03" # 8.0 milestone 3
+ - "8.0-M04" # 8.0 milestone 4
55
- "7.4.2" # should use redis stack 7.4
56
- "7.2.7" # should redis stack 7.2
57
go-version:
0 commit comments