diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 9cbb3250..6de5d32c 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -52,7 +52,7 @@ jobs: coverage: "none" php-version: "7.4" # https://github.com/Roave/BackwardCompatibilityCheck/issues/283 - name: "Require Roave/BackwardCompatibilityCheck" - run: "composer require --no-update --no-interaction --prefer-dist --prefer-stable --dev roave/backward-compatibility-check:dev-allow-dev-deps-to-be-installed" + run: "composer require --no-update --no-interaction --prefer-dist --prefer-stable --dev roave/backward-compatibility-check:^6.0" - name: "Composer update with new requirements" run: "composer update --no-interaction --prefer-dist --prefer-stable" - name: "Check for BC breaks"