We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3991b commit ccdceccCopy full SHA for ccdcecc
.laminas-ci/pre-run.sh
@@ -0,0 +1,5 @@
1
+JOB=$3
2
+PHP_VERSION=$(echo "${JOB}" | jq -r '.php')
3
+
4
+apt update
5
+apt install -y "php${PHP_VERSION}-swoole"
0 commit comments