Skip to content

Commit

Permalink
tweak composer usage in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Mar 12, 2023
1 parent 6841227 commit 8460a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
extensions: xdebug
coverage: xdebug

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

- name: Run Tests
env:
Expand Down

0 comments on commit 8460a73

Please sign in to comment.