Disable platform checks for php8
parent
38557b2460
commit
ce52c408f0
|
@ -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…
Reference in New Issue