File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,6 @@ jobs:
128128 - " 7.4"
129129 - " 8.0"
130130 - " 8.1"
131- dependencies :
132- - " lowest"
133- - " highest"
134131
135132 steps :
136133 - name : " Checkout"
@@ -148,12 +145,7 @@ jobs:
148145 if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
149146 run : " composer require --dev phpunit/phpunit:^7.5.20 --no-update --update-with-dependencies"
150147
151- - name : " Install lowest dependencies"
152- if : ${{ matrix.dependencies == 'lowest' }}
153- run : " composer update --prefer-lowest --no-interaction --no-progress"
154-
155- - name : " Install highest dependencies"
156- if : ${{ matrix.dependencies == 'highest' }}
148+ - name : " Install dependencies"
157149 run : " composer update --no-interaction --no-progress"
158150
159151 - name : " PHPStan"
You can’t perform that action at this time.
0 commit comments