Skip to content

Commit 28138dd

Browse files
committed
use prerelease for 8.0-M4
1 parent 11f6411 commit 28138dd

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
@@ -30,7 +30,7 @@ runs:
3030
3131
# Mapping of redis version to redis testing containers
3232
declare -A redis_version_mapping=(
33-
["8.0-M04"]="8.0-M04"
33+
["8.0-M03"]="8.0-M04-pre"
3434
["7.4.2"]="rs-7.4.0-v2"
3535
["7.2.7"]="rs-7.2.0-v14"
3636
)

.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-M04" # 8.0 milestone 4
54+
- "8.0-M03" # 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)