mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
[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:
parent
3bebb682a2
commit
4fa3573dff
3
.github/workflows/build_php71.yaml
vendored
3
.github/workflows/build_php71.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user