Skip to content

Commit 982ff98

Browse files
committed
tests against stable version
1 parent 2dfdbdd commit 982ff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build:
3232

3333
testdata/redis:
3434
mkdir -p $@
35-
wget -qO- https://github.com/redis/redis/archive/unstable.tar.gz | tar xvz --strip-components=1 -C $@
35+
wget -qO- https://download.redis.io/releases/redis-7.4.2.tar.gz | tar xvz --strip-components=1 -C $@
3636

3737
testdata/redis/src/redis-server: testdata/redis
3838
cd $< && make all

0 commit comments

Comments
 (0)