Skip to content

Commit

Permalink
adding PHP_CS_FIXER_IGNORE_ENV for php:~8 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan authored and lstrojny committed Mar 6, 2021
1 parent 8a3d920 commit 74b9c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yaml
Expand Up @@ -6,13 +6,6 @@ jobs:
strategy:
matrix:
php-version: [7.3, 7.4, 8.0, 8.1]
include:
- php-version: 8.0
env:
PHP_CS_FIXER_IGNORE_ENV: 1
- php-version: 8.1
env:
PHP_CS_FIXER_IGNORE_ENV: 1
fail-fast: false
steps:
- uses: actions/checkout@v1
Expand All @@ -26,6 +19,8 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-scripts --no-progress
- name: Run code style checker
run: composer coding-style
env:
PHP_CS_FIXER_IGNORE_ENV: 1
- name: Run tests
run: composer test

3 changes: 2 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74b9c5b

Please sign in to comment.