File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 uses : " actions/checkout@v2"
1818
1919 - name : " Run friendsofphp/php-cs-fixer"
20- run : " php7.3 ./tools/php-cs-fixer fix --diff-format=udiff --dry-run --show-progress=dots --using-cache=no --verbose"
20+ run : " php7.4 ./tools/php-cs-fixer fix --diff-format=udiff --dry-run --show-progress=dots --using-cache=no --verbose"
2121
2222 type-checker :
2323 name : " Type Checker"
@@ -29,10 +29,10 @@ jobs:
2929 uses : " actions/checkout@v2"
3030
3131 - name : " Update dependencies with composer"
32- run : " php7.3 ./tools/composer update --no-ansi --no-interaction --no-progress"
32+ run : " php7.4 ./tools/composer update --no-ansi --no-interaction --no-progress"
3333
3434 - name : " Run vimeo/psalm"
35- run : " php7.3 ./tools/psalm --config=.psalm/config.xml --no-progress --shepherd --show-info=false --stats"
35+ run : " php7.4 ./tools/psalm --config=.psalm/config.xml --no-progress --shepherd --show-info=false --stats"
3636
3737 backward-compatibility :
3838 name : Backward Compatibility
You can’t perform that action at this time.
0 commit comments