Skip to content

Commit 5c7b9e9

Browse files
committed
added swoole extentions to laminas-ci
Signed-off-by: bota <[email protected]>
1 parent 46ae65d commit 5c7b9e9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/qodana_code_quality.yml

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

.github/workflows/static-analysis.yml

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

.laminas-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"--no-scripts"
44
],
55
"extensions": [
6-
"redis"
6+
"redis",
7+
"swoole"
78
],
89
"ignore_php_platform_requirements": {
910
}

0 commit comments

Comments
 (0)