From adba50bfc14fd602d23885e7b6aefc5fe3faa95e Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 8 Dec 2022 18:52:52 +0800 Subject: [PATCH] Update redis.sh --- plugins/php/versions/common/redis.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/php/versions/common/redis.sh b/plugins/php/versions/common/redis.sh index b7502f80d..6847b15f1 100755 --- a/plugins/php/versions/common/redis.sh +++ b/plugins/php/versions/common/redis.sh @@ -21,6 +21,8 @@ if [ "$version" == "52" ];then LIBV=2.2.7 elif [ "$version" -lt "70" ];then LIBV=4.2.0 +elif [ "$version" -lt "74" ];then + LIBV=5.3.7 else echo 'ok' fi