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 17
17
uses : " actions/checkout@v2"
18
18
19
19
- 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"
21
21
22
22
type-checker :
23
23
name : " Type Checker"
@@ -29,10 +29,10 @@ jobs:
29
29
uses : " actions/checkout@v2"
30
30
31
31
- 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"
33
33
34
34
- 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"
36
36
37
37
backward-compatibility :
38
38
name : Backward Compatibility
You can’t perform that action at this time.
0 commit comments