Skip to content

Commit 4db32aa

Browse files
Do not test with --prefer-lowest
1 parent 8974f70 commit 4db32aa

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ jobs:
7373
- "7.4"
7474
- "8.0"
7575

76-
dependencies:
77-
- "lowest"
78-
- "highest"
79-
8076
steps:
8177
- name: "Checkout"
8278
uses: "actions/checkout@v2"
@@ -98,12 +94,7 @@ jobs:
9894
- name: "Set COMPOSER_ROOT_VERSION environment variable"
9995
uses: "docker://ergebnis/composer-root-version-action:0.1.3"
10096

101-
- name: "Install lowest dependencies with composer"
102-
if: "matrix.dependencies == 'lowest'"
103-
run: "./tools/composer update --no-ansi --no-interaction --no-progress --prefer-lowest"
104-
105-
- name: "Install highest dependencies with composer"
106-
if: "matrix.dependencies == 'highest'"
97+
- name: "Install dependencies with composer"
10798
run: "./tools/composer update --no-ansi --no-interaction --no-progress"
10899

109100
- name: "Run tests with phpunit/phpunit"

0 commit comments

Comments
 (0)