1
0
Fork 0

Fix issue with PHPUnitBridge autoload

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

View File

@ -124,7 +124,8 @@ jobs:
- name: "Run tests for PHP 8" - name: "Run tests for PHP 8"
if: "matrix.php-version == '8.0'" if: "matrix.php-version == '8.0'"
run: | run: |
# hack to workaround issue with react/promise, normally should just call bin/composer remove and skip the rm
rm -rf vendor/symfony/phpunit-bridge rm -rf vendor/symfony/phpunit-bridge
bin/composer remove --dev symfony/phpunit-bridge --ignore-platform-reqs composer remove --dev symfony/phpunit-bridge --ignore-platform-reqs
bin/composer require phpunit/phpunit:^7.5 --ignore-platform-reqs bin/composer require phpunit/phpunit:^7.5 --ignore-platform-reqs
vendor/bin/phpunit vendor/bin/phpunit