1
0
Fork 0

Attempt rolling back a couple changes

pull/9054/head
Jordi Boggiano 2020-09-08 16:42:19 +02:00
parent 144d8e5359
commit 711d4792ce
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 2 deletions

View File

@ -118,10 +118,10 @@ jobs:
- name: "Require latest PHPUnitBridge for PHP 8"
if: "matrix.php-version == '8.0'"
run: composer require --no-update --dev symfony/phpunit-bridge:5.1.*@dev
run: composer require --no-update --dev symfony/phpunit-bridge:^5.1
- 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 --with-all-dependencies"
run: "composer update ${{ env.COMPOSER_FLAGS }} symfony/phpunit-bridge"
- name: "Run install again using composer binary from source"
run: "bin/composer install ${{ env.COMPOSER_FLAGS }}"