Skip to content

Commit

Permalink
Roave Backwards Compatibility Check now needs PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Dec 15, 2021
1 parent 537e37a commit 013629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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"
- name: "Composer update with new requirements"
Expand Down

0 comments on commit 013629e

Please sign in to comment.