Update redis.sh

pull/436/head
midoks 2 years ago
parent d3b885b1f9
commit c665486122
  1. 2
      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

Loading…
Cancel
Save