CIでカバレッジ取りに使用するXdebugのバージョンを落とす

This commit is contained in:
shibafu 2020-12-03 21:20:23 +09:00
parent dcef270790
commit 914d92e545
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ commands:
- checkout
- run: sudo apt update
- run: sudo apt install -y libpq-dev
- run: sudo pecl install -f xdebug-2.9.8 && sudo docker-php-ext-enable xdebug
- run: sudo docker-php-ext-install zip
- run: sudo docker-php-ext-install pdo_pgsql
- run: