Skip to content

Commit 19fd6b9

Browse files
authored
Update php.yml
1 parent c62e5c0 commit 19fd6b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/php.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ jobs:
4343
uses: shivammathur/setup-php@v2
4444
with:
4545
php-version: ${{ matrix.php}}
46-
extensions: mbstring, dom, fileinfo, mysql, openssl, redis #optional, setup extensions
46+
extensions: mbstring, dom, fileinfo, mysql, openssl, redis, swoole #optional, setup extensions
4747
ini-values: post_max_size=56M, short_open_tag=On #optional, setup php.ini configuration
4848
coverage: none #optional, setup coverage driver: xdebug, none
4949
pecl: true
5050

5151
- name: Install swoole extensions
5252
timeout-minutes: 5
5353
run: |
54-
sudo pecl install -f swoole && php -m && php --re swoole | grep class
54+
php -m && php --re swoole | grep class
55+
# sudo pecl install -f swoole
5556
# echo 'no' | pecl install -f redis
5657
# sudo pecl update-channels && pecl install -f msgpack && pecl install -f igbinary && php -m
5758

0 commit comments

Comments
 (0)