Skip to content

Commit

Permalink
Stick to platform requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed May 11, 2021
1 parent 0477aea commit 2e0b387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Remove ECS on lower PHP versions
if: ${{ matrix.php == '5.6' || matrix.php == '7.0' }}
run: composer remove --dev symplify/easy-coding-standard --ignore-platform-reqs -W
run: composer remove --dev symplify/easy-coding-standard -W

- name: Install Composer dependencies
run: composer install
Expand Down

0 comments on commit 2e0b387

Please sign in to comment.