Skip to content

Commit

Permalink
actions: use newer php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Aug 15, 2022
1 parent dce8bd6 commit 99b55f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
uses: shivammathur/setup-php@2.21.1
with:
php-version: 8.0
tools: php-cs-fixer:3.2
tools: php-cs-fixer:3.8

- name: Run PHP-CS-Fixer
run: php-cs-fixer fix --dry-run --diff --ansi

0 comments on commit 99b55f7

Please sign in to comment.