Skip to content

Commit

Permalink
fix: use teltek php-cs-fixer fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Dec 17, 2024
1 parent 2fd4dea commit e4a83a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['7.4']
php-versions: ['8.2']

steps:
- name: Checkout
Expand All @@ -18,6 +18,6 @@ jobs:
run: find . -type f -name "*.php" -print0 | xargs -0 -n1 -P8 php -l

- name: PHPCSFixer
uses: docker://oskarstark/php-cs-fixer-ga:3.1.0
uses: docker://teltek/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.dist.php --diff --dry-run

0 comments on commit e4a83a7

Please sign in to comment.