File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
1515 - name : Setup PHP
1616 uses : shivammathur/setup-php@v2
1717 with :
18- php-version : 8.2
18+ php-version : 7.4
1919 tools : php-cs-fixer:3.51, cs2pr
2020
2121 - uses : actions/cache@v4
2222 with :
2323 path : ' .php-cs-fixer.cache'
24- key : ${{ github.repository }}-8.2 -phpcsfixer-${{ github.ref_name }}
24+ key : ${{ github.repository }}-7.4 -phpcsfixer-${{ github.ref_name }}
2525 restore-keys : |
26- ${{ github.repository }}-8.2 -phpcsfixer-master
27- ${{ github.repository }}-8.2 -phpcsfixer-
26+ ${{ github.repository }}-7.4 -phpcsfixer-master
27+ ${{ github.repository }}-7.4 -phpcsfixer-
2828
2929 - name : Run PHP-CS-Fixer
3030 # Using cs2pr settings, see: https://github.com/shivammathur/setup-php#tools-with-checkstyle-support
31- run : ' php-cs-fixer fix --dry-run --format checkstyle | cs2pr'
31+ run : ' php-cs-fixer fix --dry-run --format= checkstyle | cs2pr'
You can’t perform that action at this time.
0 commit comments