Skip to content

Commit 8460a73

Browse files
committed
tweak composer usage in github action
1 parent 6841227 commit 8460a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: ${{ matrix.php_version }}
23-
extensions: xdebug
23+
coverage: xdebug
2424

2525
- name: Install PHP Packages
26-
uses: php-actions/composer@v6
26+
run: composer install --no-progress
2727

2828
- name: Run Tests
2929
env:

0 commit comments

Comments
 (0)