Update redis.sh

pull/290/head
midoks 2 years ago
parent adba50bfc1
commit 71b43e9f2f
  1. 2
      plugins/php/versions/common/redis.sh

@ -21,7 +21,7 @@ if [ "$version" == "52" ];then
LIBV=2.2.7
elif [ "$version" -lt "70" ];then
LIBV=4.2.0
elif [ "$version" -lt "74" ];then
elif [ "$version" -gt "74" ];then
LIBV=5.3.7
else
echo 'ok'

Loading…
Cancel
Save