Skip to content

Commit 82ffcff

Browse files
committed
use milestone 4
1 parent e01b2b9 commit 82ffcff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
3232
# Mapping of redis version to redis testing containers
3333
declare -A redis_version_mapping=(
34-
["8.0-M03"]="8.0-M03"
34+
["8.0-M04"]="8.0-M04"
3535
["7.4.2"]="rs-7.4.0-v2"
3636
["7.2.7"]="rs-7.2.0-v14"
3737
)

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
redis-version:
54-
- "8.0-M03" # 8.0 milestone 3
54+
- "8.0-M04" # 8.0 milestone 4
5555
- "7.4.2" # should use redis stack 7.4
5656
- "7.2.7" # should redis stack 7.2
5757
go-version:

0 commit comments

Comments
 (0)