From ec3f18ee923051e305d3cb87f9d8b6341f17fefc Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 6 May 2020 13:47:03 +0200 Subject: [PATCH] Remove workaround as it is not working anyway --- .github/workflows/continuous-integration.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 659e2f798..4b27be52b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -124,8 +124,6 @@ jobs: - name: "Run tests for PHP 8" if: "matrix.php-version == '8.0'" 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 - composer remove --dev symfony/phpunit-bridge --ignore-platform-reqs + bin/composer remove --dev symfony/phpunit-bridge --ignore-platform-reqs bin/composer require phpunit/phpunit:^7.5 --ignore-platform-reqs vendor/bin/phpunit