Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere authored Dec 17, 2020
1 parent c62e5c0 commit 19fd6b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,16 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php}}
extensions: mbstring, dom, fileinfo, mysql, openssl, redis #optional, setup extensions
extensions: mbstring, dom, fileinfo, mysql, openssl, redis, swoole #optional, setup extensions
ini-values: post_max_size=56M, short_open_tag=On #optional, setup php.ini configuration
coverage: none #optional, setup coverage driver: xdebug, none
pecl: true

- name: Install swoole extensions
timeout-minutes: 5
run: |
sudo pecl install -f swoole && php -m && php --re swoole | grep class
php -m && php --re swoole | grep class
# sudo pecl install -f swoole
# echo 'no' | pecl install -f redis
# sudo pecl update-channels && pecl install -f msgpack && pecl install -f igbinary && php -m

Expand Down

0 comments on commit 19fd6b9

Please sign in to comment.