Try to workaround react/promise php8 issue
parent
a8cd2941e5
commit
cb2fca5d13
|
@ -123,4 +123,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: "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
|
||||||
|
|
Loading…
Reference in New Issue