diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 098ab9467..1ad131739 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -135,6 +135,7 @@ jobs: if: "matrix.php-version == '8.0'" run: | composer require --no-update --dev symfony/phpunit-bridge:^5.1.0-RC2 + composer config -g platform-check false - name: "Update Symfony's PHPUnitBridge to latest available for the current PHP always as it is not really a dependency of the project" run: "composer update ${{ env.COMPOSER_FLAGS }} symfony/phpunit-bridge"