Skip to content

Commit

Permalink
Disable xdebug for lint & static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Feb 4, 2023
1 parent 38fb3bc commit 3770889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
coverage: none
tools: php-cs-fixer, cs2pr

- name: PHP Coding Standards Fixer
Expand All @@ -35,6 +36,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
coverage: none
tools: phpstan

- name: Install dependencies
Expand Down

0 comments on commit 3770889

Please sign in to comment.