Skip to content

Commit

Permalink
Speed up CI
Browse files Browse the repository at this point in the history
and mute warning about xdebug
  • Loading branch information
szepeviktor authored and otsch committed Mar 17, 2023
1 parent bfc542f commit 34ef407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
coverage: none

- name: Check PHP Version
run: php -v
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
coverage: none

- name: Check PHP Version
run: php -v
Expand Down

0 comments on commit 34ef407

Please sign in to comment.