From 6108f3c48884fd12b4defcfa299f037cb036392f Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 16 Nov 2022 11:20:28 -0600 Subject: [PATCH] feat: update URL for downloading Open/Swoole packages New release of weierophinney/laminas-ci-swoole-builder (0.2.2) has support for PHP 8.2 builds. Signed-off-by: Matthew Weier O'Phinney --- scripts/extensions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/extensions.sh b/scripts/extensions.sh index 7ebe91e..56c2dd8 100755 --- a/scripts/extensions.sh +++ b/scripts/extensions.sh @@ -6,7 +6,7 @@ set -e -SWOOLE_PACKAGE_URL="https://github.com/weierophinney/laminas-ci-swoole-builder/releases/download/0.2.0/php%s-%s.tgz" +SWOOLE_PACKAGE_URL="https://github.com/weierophinney/laminas-ci-swoole-builder/releases/download/0.2.2/php%s-%s.tgz" function install_extensions { local PHP=$1