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 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"
@@ -31,15 +31,15 @@ jobs:
3131 - name : " Install PHP with extensions"
3232 uses : " shivammathur/setup-php@v2"
3333 with :
34- php-version : " 7.3 "
34+ php-version : " 7.4 "
3535 coverage : " pcov"
3636
3737 - name : " Cache dependencies installed with composer"
3838 uses : " actions/cache@v2"
3939 with :
4040 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-"
4343
4444 - name : " Set COMPOSER_ROOT_VERSION environment variable"
4545 uses : " docker://ergebnis/composer-root-version-action:0.1.3"
You can’t perform that action at this time.
0 commit comments