Browse Source

Remove workaround as it is not working anyway

Jordi Boggiano 4 years ago
parent
commit
ec3f18ee92
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .github/workflows/continuous-integration.yml

+ 1 - 3
.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