From 21dedb7748ad2ac1dfd3bbf0e2829154f0e34a64 Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 24 Jan 2026 20:34:14 +0800 Subject: [PATCH] Update swoole.sh --- plugins/php-apt/versions/common/swoole.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/php-apt/versions/common/swoole.sh b/plugins/php-apt/versions/common/swoole.sh index e88b69554..3c2961208 100755 --- a/plugins/php-apt/versions/common/swoole.sh +++ b/plugins/php-apt/versions/common/swoole.sh @@ -26,6 +26,8 @@ elif [ "$version" == "7.1" ];then LIBV=4.5.2 elif [ "$version" == "7.0" ];then LIBV=4.3.0 +elif [ "$version" == "6.1.6" ];then + LIBV=4.3.0 else echo 'ok' APT_INSTALL=1