Skip to content

Commit

Permalink
Pin php-cs-fixer version
Browse files Browse the repository at this point in the history
  • Loading branch information
divine committed May 5, 2021
1 parent 8c472ea commit 97260f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
env:
PHP_CS_FIXER_VERSION: v2.18.7
strategy:
matrix:
php:
Expand All @@ -21,9 +23,9 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: curl,mbstring
tools: php-cs-fixer
tools: php-cs-fixer:${{ env.PHP_CS_FIXER_VERSION }}
coverage: none
- name: Run PHP-CS-Fixer Fix
- name: Run PHP-CS-Fixer Fix, version ${{ env.PHP_CS_FIXER_VERSION }}
run: php-cs-fixer fix --dry-run --diff --ansi

build:
Expand Down

0 comments on commit 97260f4

Please sign in to comment.