diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 200f7cb755..90bdac9cc7 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -55,6 +55,9 @@ jobs: - name: "Remove PHP-CS-Fixer" run: "composer remove --dev --no-update friendsofphp/php-cs-fixer" + - name: "Temp: test" + run: "composer why-not symfony/translation v7.0.0-RC2" + - name: "Install dependencies with Composer" uses: "ramsey/composer-install@v2" with: diff --git a/composer.json b/composer.json index c2352369a2..fd3e88e09b 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ "phpunit/phpunit": "^9.6", "rector/rector": "^0.18", "symfony/console": "^5.4 || ^6.0 || ^7.0", - "symfony/phpunit-bridge": "^6.0", + "symfony/phpunit-bridge": "^6.0 || ^7.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0" }, "conflict": {