Attempt rolling back a couple changes

main
Jordi Boggiano 4 years ago
parent 144d8e5359
commit 711d4792ce
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -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 }}"

Loading…
Cancel
Save