File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 7373 - " 7.4"
7474 - " 8.0"
7575
76- dependencies :
77- - " lowest"
78- - " highest"
79-
8076 steps :
8177 - name : " Checkout"
8278 uses : " actions/checkout@v2"
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"
You can’t perform that action at this time.
0 commit comments