Do not require PHPStan 1.0 in CI, should be handled by package (#1121)

This commit is contained in:
Tomas Votruba 2021-11-01 12:20:51 +01:00 committed by GitHub
parent 20c0d2eca8
commit 1c27c6e3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,11 +52,6 @@ jobs:
run: composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
if: ${{ github.event_name == 'pull_request' }}
# use PHPStan 1.0
-
run: composer require phpstan/phpstan "^1.0" --no-update
if: ${{ github.event_name == 'pull_request' }}
- run: composer install --ansi
- run: vendor/bin/phpunit