Skip to content

Commit 760a06a

Browse files
committed
impreove github action
1 parent 21d89c7 commit 760a06a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
uses: shivammathur/setup-php@v2
2525
with:
2626
php-version: ${{ matrix.php }}
27-
extensions: dom, curl, libxml, mbstring, zip
28-
coverage: none
27+
tools: composer:v2
28+
coverage: xdebug
2929

3030
- name: Get composer cache directory
3131
id: composer-cache

0 commit comments

Comments
 (0)