File tree Expand file tree Collapse file tree 3 files changed +478
-393
lines changed Expand file tree Collapse file tree 3 files changed +478
-393
lines changed Original file line number Diff line number Diff line change 40
40
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
41
41
42
42
- name : Cache composer dependencies
43
- uses : actions/cache@v2.1.3
43
+ uses : actions/cache@v2.1.7
44
44
with :
45
45
path : ${{ steps.composer-cache.outputs.dir }}
46
46
key : ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}
56
56
run : php bin/console d:f:l -q
57
57
58
58
- name : Run functional tests
59
- run : vendor/bin/codecept run Functional
59
+ run : vendor/bin/codecept run Functional
Original file line number Diff line number Diff line change 30
30
},
31
31
"require-dev" : {
32
32
"codeception/codeception" : " ^4.1" ,
33
- "codeception/module-asserts" : " ^1.3 " ,
34
- "codeception/module-doctrine2" : " ^1.1 " ,
35
- "codeception/module-phpbrowser" : " ^1 .0" ,
36
- "codeception/module-symfony" : " ^2.0 | @dev" ,
33
+ "codeception/module-asserts" : " ^2.0 " ,
34
+ "codeception/module-doctrine2" : " ^2.0 " ,
35
+ "codeception/module-phpbrowser" : " ^2 .0" ,
36
+ "codeception/module-symfony" : " ^2.1 | @dev" ,
37
37
"doctrine/doctrine-fixtures-bundle" : " ^3.4" ,
38
38
"friendsofphp/php-cs-fixer" : " ^3.0" ,
39
39
"phpmd/phpmd" : " ^2.10" ,
You can’t perform that action at this time.
0 commit comments