Skip to content

Commit

Permalink
Switch to install swoole via ppa
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Khudiakov <[email protected]>
  • Loading branch information
Xerkus committed Jan 11, 2024
1 parent ccb9ebe commit c17517b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extensions": [
"inotify",
"swoole"
"inotify"
]
}
7 changes: 7 additions & 0 deletions .laminas-ci/pre-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

JOB=$3
PHP_VERSION=$(echo "${JOB}" | jq -r '.php')

apt update
apt install -y "php${PHP_VERSION}-swoole"

0 comments on commit c17517b

Please sign in to comment.