Skip to content

Commit

Permalink
[minor] lock php-cs-fixer version in ci (bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Apr 1, 2021
1 parent ce39770 commit 8ddb5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
with:
php-version: 7.4
coverage: none
tools: php-cs-fixer
tools: php-cs-fixer:2.18.3

- name: Check CS
run: php-cs-fixer fix --dry-run --diff --diff-format=udiff

0 comments on commit 8ddb5a0

Please sign in to comment.