Skip to content

Commit

Permalink
Do not test with --prefer-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 6, 2020
1 parent b96ea58 commit a84b887
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
- "7.4"
- "8.0"

dependencies:
- "lowest"
- "highest"

steps:
- name: "Checkout"
uses: "actions/checkout@v2"
Expand All @@ -97,12 +93,7 @@ jobs:
- name: "Set COMPOSER_ROOT_VERSION environment variable"
uses: "docker://ergebnis/composer-root-version-action:0.1.3"

- name: "Install lowest dependencies with composer"
if: "matrix.dependencies == 'lowest'"
run: "./tools/composer update --no-ansi --no-interaction --no-progress --prefer-lowest"

- name: "Install highest dependencies with composer"
if: "matrix.dependencies == 'highest'"
- name: "Install dependencies with composer"
run: "./tools/composer update --no-ansi --no-interaction --no-progress"

- name: "Run tests with phpunit/phpunit"
Expand Down

0 comments on commit a84b887

Please sign in to comment.