Skip to content

Commit 3db76f4

Browse files
committed
Apply only fixes compatible with PHP 7.2
1 parent f1954bb commit 3db76f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fix-cs-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.head_ref }}
2222

2323
- name: Run PHP-CS-Fixer
24-
uses: docker://ghcr.io/webfactory/php-cs-fixer:3.62.0
24+
uses: docker://ghcr.io/php-cs-fixer/php-cs-fixer:3.62.0-php7.2
2525

2626
- name: Commit and push back changes
2727
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)