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:
128
128
- " 7.4"
129
129
- " 8.0"
130
130
- " 8.1"
131
- dependencies :
132
- - " lowest"
133
- - " highest"
134
131
135
132
steps :
136
133
- name : " Checkout"
@@ -148,12 +145,7 @@ jobs:
148
145
if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
149
146
run : " composer require --dev phpunit/phpunit:^7.5.20 --no-update --update-with-dependencies"
150
147
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"
157
149
run : " composer update --no-interaction --no-progress"
158
150
159
151
- name : " PHPStan"
You can’t perform that action at this time.
0 commit comments