Skip to content

Commit e0e86ee

Browse files
Fix php-cs-fixer php version
1 parent 271f6c8 commit e0e86ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup PHP
4545
uses: shivammathur/setup-php@v2
4646
with:
47-
php-version: '8.2'
47+
php-version: '7.4'
4848
coverage: none
4949
extensions: mbstring
5050

vendor-bin/php-cs-fixer/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
3-
"php": "^8.2",
4-
"friendsofphp/php-cs-fixer": "3.68.5"
3+
"php": "^7.4",
4+
"friendsofphp/php-cs-fixer": "3.86.0"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)