Skip to content

Commit

Permalink
GH action PHP 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jan 27, 2021
1 parent 417cd0d commit 99bfba2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install php-cs-fixer
run: composer global require friendsofphp/php-cs-fixer
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- name: Run php-cs-fixer
run: $HOME/.composer/vendor/bin/php-cs-fixer fix --config=.php_cs.php
- name: Commit changes from php-cs-fixer
Expand Down

0 comments on commit 99bfba2

Please sign in to comment.