Merge pull request #559 from shikorism/fix/xdebug-first-aid

CIでカバレッジ取りに使用するXdebugのバージョンを落とす
This commit is contained in:
shibafu 2020-12-05 10:01:38 +09:00 committed by GitHub
commit 83d22b807f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: