Skip to content

Commit

Permalink
Ignore php dependency only
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Mar 12, 2021
1 parent f360879 commit e4cfaf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ jobs:

- name: "Install lowest dependencies with composer"
if: matrix.dependencies == 'lowest'
run: composer update --no-interaction --no-progress --no-plugins --prefer-lowest --ignore-platform-reqs
run: composer update --no-interaction --no-progress --no-plugins --prefer-lowest --ignore-platform-reqs=php

- name: "Install highest dependencies with composer"
if: matrix.dependencies == 'highest'
run: composer update --no-interaction --no-progress --no-plugins --ignore-platform-reqs
run: composer update --no-interaction --no-progress --no-plugins --ignore-platform-reqs=php

- name: "Run unit tests"
run: vendor/bin/phpunit --verbose
Expand Down

0 comments on commit e4cfaf0

Please sign in to comment.