Try to fix windows CI again
parent
06ef815ec8
commit
d6d4069b30
|
@ -101,7 +101,8 @@ jobs:
|
|||
|
||||
- name: "Require latest PHPUnitBridge for PHP 8.x"
|
||||
if: "startsWith(matrix.php-version, '8.')"
|
||||
run: 'composer require --no-update --dev "symfony/phpunit-bridge:^5.2"'
|
||||
# using ~ here to avoid issues with windows CLI removing the ^
|
||||
run: 'composer require --no-update --dev "symfony/phpunit-bridge:~5.2"'
|
||||
|
||||
- name: "Update dev requirements to latest available for the current PHP even on locked builds as they are not bundled dependencies"
|
||||
run: "composer update ${{ env.COMPOSER_FLAGS }} symfony/phpunit-bridge phpspec/prophecy phpdocumentor/* sebastian/* doctrine/instantiator"
|
||||
|
|
Loading…
Reference in New Issue