From 4b6f5a5f4e45e9821ed43d266e71007cba2833b5 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 4 Dec 2022 11:29:53 +0800 Subject: [PATCH] Update swoole.sh --- plugins/php/versions/common/swoole.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/php/versions/common/swoole.sh b/plugins/php/versions/common/swoole.sh index 9469326f2..153ff4270 100755 --- a/plugins/php/versions/common/swoole.sh +++ b/plugins/php/versions/common/swoole.sh @@ -19,10 +19,10 @@ LIBV=4.8.10 if [ "$version" -lt "70" ];then LIBV=1.10.1 -elif [ "$version" == "71" ];then - LIBV=4.5.2 elif [ "$version" == "70" ];then LIBV=4.3.0 +elif [ "$version" == "71" ];then + LIBV=4.5.2 else echo '72+' fi