fix: use redis 7.0 in GH action

pull/502/head
Raphaël Vinot 2022-08-25 13:48:18 +02:00
parent 3d2029956d
commit 0ab43d454e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
pushd ..
git clone https://github.com/antirez/redis.git
pushd redis
git checkout 6.2
git checkout 7.0
make
popd
popd