Skip to content

Commit 790c84b

Browse files
Use PHP 7.4 for tools
1 parent e3a1002 commit 790c84b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

0 commit comments

Comments
 (0)