Skip to content

Commit d40312d

Browse files
committed
fix workflow
1 parent 74667da commit d40312d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
php-version: ${{ matrix.php }}
4141
extensions: bcmath, ctype, dom, fileinfo, intl, gd, json, mbstring, pdo, pdo_sqlite, openssl, sqlite, xml, zip
42-
coverage: none
42+
coverage: xdebug
4343

4444
- name: Install dependencies
4545
run: |

0 commit comments

Comments
 (0)