[PHP 7.1 Scoped] install dev dependency as well to allow run phpunit (#5561)

* [PHP 7.1 Scoped] install dev dependency as well to allow run phpunit
This commit is contained in:
Abdul Malik Ikhsan 2021-02-16 01:51:26 +07:00 committed by GitHub
parent 3bebb682a2
commit 4fa3573dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,7 @@ jobs:
# Regenerating the autoload files will remove vendor/composer/platform_check.php, otherwise executing bin/rector on 7.1 fails
- run: composer dumpautoload
# Remove DEV dependencies
- run: composer install --no-dev
- run: composer install
# Replace the composer.json file
- run: cp ci/downgrade/composer.json.after ./composer.json