@@ -143,7 +143,10 @@ jobs:
143
143
if : (!startsWith(matrix.php, '7.1'))
144
144
run : composer update --no-interaction --no-progress --ansi
145
145
- name : Update project dependencies (7.1)
146
- if : (startsWith(matrix.php, '7.1') || startsWith(matrix.php, '7.2'))
146
+ if : (startsWith(matrix.php, '7.1'))
147
+ run : composer update --no-interaction --no-progress --ansi --ignore-platform-reqs
148
+ - name : Update project dependencies (7.2)
149
+ if : (startsWith(matrix.php, '7.2'))
147
150
run : composer update --no-interaction --no-progress --ansi --ignore-platform-reqs
148
151
- name : Require Symfony components
149
152
if : (!startsWith(matrix.php, '7.1'))
@@ -235,7 +238,10 @@ jobs:
235
238
if : (!startsWith(matrix.php, '7.1'))
236
239
run : composer update --no-interaction --no-progress --ansi
237
240
- name : Update project dependencies (7.1)
238
- if : (startsWith(matrix.php, '7.1') || startsWith(matrix.php, '7.2'))
241
+ if : (startsWith(matrix.php, '7.1'))
242
+ run : composer update --no-interaction --no-progress --ansi --ignore-platform-reqs
243
+ - name : Update project dependencies (7.2)
244
+ if : (startsWith(matrix.php, '7.2'))
239
245
run : composer update --no-interaction --no-progress --ansi --ignore-platform-reqs
240
246
- name : Require Symfony components
241
247
if : (!startsWith(matrix.php, '7.1'))
0 commit comments