Skip to content

Commit 3058ffd

Browse files
committed
fix workflow
1 parent 973ed14 commit 3058ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
php-version: ["8.0", "8.1", "8.2", "8.3"]
2727
experimental: [false]
2828
os: [ubuntu-latest]
29+
coverage-extension: [xdebug]
2930
steps:
3031
- uses: actions/checkout@v4
3132
- name: Use php ${{ matrix.php-version }}
@@ -35,7 +36,6 @@ jobs:
3536
coverage: ${{ matrix.coverage-extension }}
3637
extensions: xdebug, bcmath, curl, date, gd, hash, imagick, json, mbstring, openssl, pcre, zlib
3738
ini-values: display_errors=on, error_reporting=-1, zend.assertions=1
38-
coverage: xdebug
3939
- name: List php modules
4040
run: php -m
4141
- name: List php modules using "no php ini" mode

0 commit comments

Comments
 (0)