Skip to content

Commit 62f3353

Browse files
committed
ci: Run cs-fixer on PHP 7.4
1 parent 7e43d75 commit 62f3353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-php-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2
4141
with:
42-
php-version: '8.1'
42+
php-version: '7.4'
4343

4444
- name: Cache CS-Fixer
4545
uses: actions/cache@v4

0 commit comments

Comments
 (0)