Quote caret to avoid issues with cmd.exe
parent
bbd87934e9
commit
06ef815ec8
|
@ -50,7 +50,7 @@ jobs:
|
||||||
dependencies: highest
|
dependencies: highest
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
experimental: false
|
experimental: false
|
||||||
- php-version: "7.4" # 8.0 fails to start the test suite for some reason on windows
|
- php-version: "8.0"
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
dependencies: locked
|
dependencies: locked
|
||||||
experimental: false
|
experimental: false
|
||||||
|
@ -101,7 +101,7 @@ jobs:
|
||||||
|
|
||||||
- name: "Require latest PHPUnitBridge for PHP 8.x"
|
- name: "Require latest PHPUnitBridge for PHP 8.x"
|
||||||
if: "startsWith(matrix.php-version, '8.')"
|
if: "startsWith(matrix.php-version, '8.')"
|
||||||
run: composer require --no-update --dev symfony/phpunit-bridge:^5.2
|
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"
|
- 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"
|
run: "composer update ${{ env.COMPOSER_FLAGS }} symfony/phpunit-bridge phpspec/prophecy phpdocumentor/* sebastian/* doctrine/instantiator"
|
||||||
|
|
Loading…
Reference in New Issue