Skip to content

Commit 9fe7b36

Browse files
committed
older branch 6.0 to make to the test fail
1 parent cd3feab commit 9fe7b36

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
@@ -527,7 +527,7 @@ mvn-release:
527527

528528
system-setup:
529529
sudo apt install -y gcc g++
530-
[ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch 5.0 --single-branch redis-git || true
530+
[ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch 6.0 --single-branch redis-git || true
531531
$(MAKE) -C redis-git clean
532532
$(MAKE) -C redis-git
533533

0 commit comments

Comments
 (0)