Skip to content

Commit

Permalink
Upgrade php-cs-fixer to 3.4.0. (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe authored Dec 22, 2021
1 parent 4037563 commit 0ebf686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on:
on:
push:
branches: [ master ]
pull_request:
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@master

- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:3.2.1
uses: docker://oskarstark/php-cs-fixer-ga:3.4.0
with:
args: --format=txt --diff --dry-run --using-cache=no --verbose .

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require-dev": {
"phpunit/phpunit": "^5.7 || ^9.0",
"squizlabs/php_codesniffer": "^3.3",
"friendsofphp/php-cs-fixer": "3.2.1",
"friendsofphp/php-cs-fixer": "3.4.0",
"phpstan/phpstan": "^1.2"
},
"autoload": {
Expand Down

0 comments on commit 0ebf686

Please sign in to comment.