File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,11 @@ jobs:
115
115
116
116
- name : " Install lowest dependencies with composer"
117
117
if : matrix.dependencies == 'lowest'
118
- run : composer update --no-interaction --no-progress --no-plugins --prefer-lowest --ignore-platform-reqs
118
+ run : composer update --no-interaction --no-progress --no-plugins --prefer-lowest --ignore-platform-reqs=php
119
119
120
120
- name : " Install highest dependencies with composer"
121
121
if : matrix.dependencies == 'highest'
122
- run : composer update --no-interaction --no-progress --no-plugins --ignore-platform-reqs
122
+ run : composer update --no-interaction --no-progress --no-plugins --ignore-platform-reqs=php
123
123
124
124
- name : " Run unit tests"
125
125
run : vendor/bin/phpunit --verbose
You can’t perform that action at this time.
0 commit comments