File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2424 run : composer validate
2525
2626 - name : Install dependencies
27- run : |
28- composer require phpunit/phpunit "<=8.5.2" --no-update --ignore-platform-reqs
29- composer install --prefer-dist --no-progress --no-interaction --no-suggest
27+ run : composer install --prefer-dist --no-progress --no-interaction --no-suggest
3028
3129 - name : Run test suite
3230 run : |
Original file line number Diff line number Diff line change 1717 "require" : {
1818 "php" : " >=5.6.0 <8.0" ,
1919 "guzzlehttp/guzzle" : " ^6.3.0|^7.0.0" ,
20- "codeception/lib-innerbrowser" : " ^1.0 " ,
21- "codeception/codeception" : " ^4.0 "
20+ "codeception/lib-innerbrowser" : " ^1.3.2 " ,
21+ "codeception/codeception" : " *@dev "
2222 },
2323 "require-dev" : {
2424 "codeception/util-robohelpers" : " dev-master" ,
You can’t perform that action at this time.
0 commit comments