Skip to content

Commit

Permalink
Quote caret to avoid issues with cmd.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored Feb 23, 2021
1 parent bbd8793 commit 06ef815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
dependencies: highest
os: ubuntu-latest
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
dependencies: locked
experimental: false
Expand Down Expand Up @@ -101,7 +101,7 @@ 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
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"
Expand Down

0 comments on commit 06ef815

Please sign in to comment.