1
0
Fork 0

Try to workaround react/promise php8 issue

pull/8880/head
Jordi Boggiano 2020-05-06 13:34:06 +02:00
parent a8cd2941e5
commit cb2fca5d13
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 5 additions and 1 deletions

View File

@ -123,4 +123,8 @@ jobs:
- name: "Run tests for PHP 8"
if: "matrix.php-version == '8.0'"
run: "bin/composer remove --dev symfony/phpunit-bridge --ignore-platform-reqs && bin/composer require phpunit/phpunit:^7.5 --ignore-platform-reqs && vendor/bin/phpunit"
run: |
rm -rf vendor/symfony/phpunit-bridge
bin/composer remove --dev symfony/phpunit-bridge --ignore-platform-reqs
bin/composer require phpunit/phpunit:^7.5 --ignore-platform-reqs
vendor/bin/phpunit