From c6654861229338b2ddda25d9a4c1c20c00805cfa Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 13 Aug 2023 14:44:11 +0800 Subject: [PATCH] Update redis.sh --- plugins/php/versions/common/redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/common/redis.sh b/plugins/php/versions/common/redis.sh index c45b7d460..70b53e1b4 100755 --- a/plugins/php/versions/common/redis.sh +++ b/plugins/php/versions/common/redis.sh @@ -22,7 +22,7 @@ if [ "$version" == "52" ];then elif [ "$version" -lt "70" ];then LIBV=4.2.0 elif [ "$version" -gt "74" ];then - LIBV=5.3.5 + LIBV=5.3.7 else echo 'ok' fi