Skip to content

Commit

Permalink
Disabled xdebug in CI
Browse files Browse the repository at this point in the history
- Update CI workflow
  • Loading branch information
josemmo committed May 26, 2021
1 parent 1c60719 commit 3d2d9ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: none
extensions: ast

# Setup Composer
Expand Down

0 comments on commit 3d2d9ec

Please sign in to comment.