File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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"
@@ -31,15 +31,15 @@ jobs:
31
31
- name: "Install PHP with extensions"
32
32
uses: "shivammathur/setup-php@v2"
33
33
with:
34
- php-version: "7.3 "
34
+ php-version: "7.4 "
35
35
coverage: "pcov"
36
36
37
37
- name: "Cache dependencies installed with composer"
38
38
uses: "actions/cache@v2"
39
39
with:
40
40
path: "~/.composer/cache"
41
- key: "php7.3 -composer-${{ hashFiles('**/composer.json') }}"
42
- restore-keys: "php7.3 -composer-"
41
+ key: "php7.4 -composer-${{ hashFiles('**/composer.json') }}"
42
+ restore-keys: "php7.4 -composer-"
43
43
44
44
- name: "Set COMPOSER_ROOT_VERSION environment variable"
45
45
uses: "docker://ergebnis/composer-root-version-action:0.1.3"
You can’t perform that action at this time.
0 commit comments