Skip to content

Commit

Permalink
Merge pull request #133 from alexislefebvre/php-cs-fixer
Browse files Browse the repository at this point in the history
Fix version of Docker image of jakzal/phpqa
  • Loading branch information
alexislefebvre authored Jun 17, 2021
2 parents 791ef0d + 92bc36c commit 160f4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: PHP-CS-Fixer
uses: docker://jakzal/phpqa:php7.4-alpine
uses: docker://jakzal/phpqa:1.58.7-php7.4-alpine
with:
args: php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi --rules=@PhpCsFixer fix
args: php-cs-fixer --dry-run --diff --no-interaction --ansi --rules=@PhpCsFixer fix

tests:
name: Symfony ${{ matrix.symfony-version }} on PHP ${{ matrix.php-version }} flags ${{ matrix.composer-flags }}
Expand Down

0 comments on commit 160f4a2

Please sign in to comment.