Disable platform checks for php8

main
Jordi Boggiano 4 years ago
parent 38557b2460
commit ce52c408f0
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -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"

Loading…
Cancel
Save