Ignore PHP deps when removing phpunit in PHP 8.0 environment
This commit is contained in:
parent
d018755b45
commit
3a49307c3d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ matrix:
|
||||||
install:
|
install:
|
||||||
- composer self-update --2
|
- composer self-update --2
|
||||||
- composer update --ignore-platform-req=php
|
- 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/php-text-template ^2.0
|
||||||
- composer require --dev --ignore-platform-req=php phpunit/phpunit ^9.0
|
- composer require --dev --ignore-platform-req=php phpunit/phpunit ^9.0
|
||||||
- language: php
|
- language: php
|
||||||
|
|
Loading…
Reference in a new issue