Skip to content

Commit

Permalink
[PHP 7.1 Scoped] install dev dependency as well to allow run phpunit (#…
Browse files Browse the repository at this point in the history
…5561)

* [PHP 7.1 Scoped] install dev dependency as well to allow run phpunit
  • Loading branch information
samsonasik authored Feb 15, 2021
1 parent 3bebb68 commit 4fa3573
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_php71.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fa3573

Please sign in to comment.