Ignore PHP deps when removing phpunit in PHP 8.0 environment

This commit is contained in:
ArthurHoaro 2020-09-29 18:44:52 +02:00
parent d018755b45
commit 3a49307c3d

View file

@ -8,7 +8,7 @@ matrix:
install:
- composer self-update --2
- composer update --ignore-platform-req=php
- composer remove phpunit/phpunit
- composer remove --dev --ignore-platform-req=php phpunit/phpunit
- composer require --dev --ignore-platform-req=php phpunit/php-text-template ^2.0
- composer require --dev --ignore-platform-req=php phpunit/phpunit ^9.0
- language: php