Skip to content

Commit

Permalink
ignore PHP Version in CS
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Dec 1, 2022
1 parent b1923f5 commit 9f51e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:

- name: Run php-cs-fixer
run: composer cs-check
env:
PHP_CS_FIXER_IGNORE_ENV: true

- name: Run tests (without coverage)
if: ${{ matrix.test_coverage == 'no' }}
Expand Down

0 comments on commit 9f51e03

Please sign in to comment.