We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b340d commit 648aff1Copy full SHA for 648aff1
.laminas-ci/pre-run.sh
100644
100755
@@ -1,7 +1,8 @@
1
-#!/bin/bash
+apt-get update
2
+apt-get install -y php-dev php-pear libcurl4-openssl-dev libssl-dev gcc make autoconf
3
-JOB=$3
4
-PHP_VERSION=$(echo "${JOB}" | jq -r '.php')
+pecl channel-update pecl.php.net
5
6
-apt update
7
-apt install -y "php${PHP_VERSION}-swoole"
+pecl install -f swoole
+
8
+echo "extension=swoole.so" > /etc/php/cli/conf.d/20-swoole.ini
0 commit comments