From 2ee78c0dbd07abce097bac2bc2d05ae1e33e3aed Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Wed, 15 Dec 2021 09:44:07 +0000 Subject: [PATCH] Roave Backwards Compatibility Check now needs PHP 8.0 --- .github/workflows/quality.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 1260ad32..ba243825 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -50,9 +50,9 @@ jobs: uses: shivammathur/setup-php@v2 with: coverage: "none" - php-version: "7.4" # https://github.com/Roave/BackwardCompatibilityCheck/issues/283 + php-version: "8.0" - name: "Require Roave/BackwardCompatibilityCheck" - run: "composer require --no-update --no-interaction --prefer-dist --prefer-stable --dev roave/backward-compatibility-check:6.0.x-dev" + run: "composer require --no-update --no-interaction --prefer-dist --prefer-stable --dev roave/backward-compatibility-check:6.0.x-dev roave/better-reflection:5.0.x-dev" - name: "Composer update with new requirements" run: "composer update --no-interaction --prefer-dist --prefer-stable" - name: "Check for BC breaks"