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 authored Apr 1, 2021
1 parent 90bfea4 commit 70a8160
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@ jobs:
with:
php-version: 7.4
coverage: none

- name: Install dependencies
run: |
wget https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer.phar
php php-cs-fixer.phar self-update
tools: php-cs-fixer:2.18.3

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

0 comments on commit 70a8160

Please sign in to comment.