Skip to content

Commit

Permalink
ci: Remove Xdebug from the PHP setup (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Jan 8, 2023
1 parent 9eb5271 commit cfc8a57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/requirement-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
with:
php-version: '${{ matrix.php.version }}'
tools: composer
coverage: none

- name: Install the Composer dependencies
uses: ramsey/composer-install@v2
Expand Down Expand Up @@ -156,6 +157,7 @@ jobs:
with:
php-version: '8.1'
tools: composer
coverage: none

- name: Retrieve built PHAR
uses: actions/download-artifact@v3
Expand Down

0 comments on commit cfc8a57

Please sign in to comment.