From 711d4792ce05c69dcd487c7d3b0a0638f70d23f5 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 8 Sep 2020 16:42:19 +0200 Subject: [PATCH] Attempt rolling back a couple changes --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 055029e4a..a9e357c28 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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 }}"