Skip to content

Commit 46ae65d

Browse files
committed
added swoole extension to other workflows
Signed-off-by: bota <[email protected]>
1 parent dff8fef commit 46ae65d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ matrix.php-versions }}
28+
extensions: swoole
2829
coverage: pcov
2930
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
3031
tools: composer:v2, cs2pr

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: shivammathur/setup-php@v2
2828
with:
2929
php-version: "${{ matrix.php }}"
30+
extensions: swoole
3031
coverage: pcov
3132
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
3233
tools: composer:v2, cs2pr

0 commit comments

Comments
 (0)