Skip to content

Commit

Permalink
Adding a step to upgrade xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jan 12, 2020
1 parent facee21 commit 3112643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- name: Upgrade Xdebug
run: sudo DEBIAN_FRONTEND=noninteractive apt install php-xdebug

- name: Run test suite
run: composer run-script test-coverage

Expand Down

0 comments on commit 3112643

Please sign in to comment.