Scoper use php73 downgrading phpstan (#6339)

* [Scoper] Use php 7.3 on downgrade phpstan

* [Scoper] Use php 7.3 on downgrade phpstan
This commit is contained in:
Abdul Malik Ikhsan 2021-05-05 16:43:35 +07:00 committed by GitHub
parent 0abd2f3aa6
commit 956a492ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,8 +101,12 @@ jobs:
run: composer require phpstan/phpstan-src --ignore-platform-reqs
-
name: Downgrade vendor/phpstan
run: sh build/downgrade-rector-php70.sh remote-repository-php70/vendor/phpstan
name: Downgrade phpstan
uses: shivammathur/setup-php@v2
with:
php-version: 7.3
coverage: none
- run: sh build/downgrade-rector-php70.sh remote-repository-php70/vendor/phpstan
-
name: Rollback composer.json