We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6abbc9 commit c036128Copy full SHA for c036128
.laminas-ci.json
@@ -3,7 +3,8 @@
3
"--no-scripts"
4
],
5
"extensions": [
6
- "redis"
+ "redis",
7
+ "swoole"
8
9
"ignore_php_platform_requirements": {
10
}
.laminas-ci/pre-run.sh
@@ -1,5 +1,2 @@
1
JOB=$3
2
PHP_VERSION=$(echo "${JOB}" | jq -r '.php')
-
-apt update
-apt install -y "php${PHP_VERSION}-swoole"
0 commit comments