Skip to content

Commit

Permalink
Merge pull request #901 from shivammathur/fixupdate-xdebug
Browse files Browse the repository at this point in the history
Update ppa:ondrej/php before updating Xdebug
  • Loading branch information
nWidart committed Jan 12, 2020
2 parents 3112643 + fd2ad91 commit 9187f21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Expand Up @@ -30,7 +30,9 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- name: Upgrade Xdebug
run: sudo DEBIAN_FRONTEND=noninteractive apt install php-xdebug
run: |
find /etc/apt/sources.list.d -type f -name 'ondrej-ubuntu-php*.list' -exec sudo DEBIAN_FRONTEND=noninteractive apt-get update -o Dir::Etc::sourcelist="{}" ';'
sudo DEBIAN_FRONTEND=noninteractive apt install php-xdebug
- name: Run test suite
run: composer run-script test-coverage
Expand Down

0 comments on commit 9187f21

Please sign in to comment.