Skip to content

Commit b1103e3

Browse files
authored
Bumping redis versions (#2662)
1 parent 0cc9cd6 commit b1103e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
services:
2222
redis:
23-
image: redis:7.2-rc
23+
image: redis/redis-stack-server:edge
2424
options: >-
2525
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
2626
ports:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bench: testdeps
2323

2424
testdata/redis:
2525
mkdir -p $@
26-
wget -qO- https://download.redis.io/releases/redis-7.2-rc1.tar.gz | tar xvz --strip-components=1 -C $@
26+
wget -qO- https://download.redis.io/releases/redis-7.2-rc3.tar.gz | tar xvz --strip-components=1 -C $@
2727

2828
testdata/redis/src/redis-server: testdata/redis
2929
cd $< && make all

0 commit comments

Comments
 (0)