Skip to content

Commit

Permalink
Ignore env to be able to run on 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Sep 9, 2023
1 parent 53f3d80 commit 4b5a3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: vendor/bin/psalm

- name: Check coding standard
run: php-cs-fixer fix --dry-run --diff
run: PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --dry-run --diff

- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 4b5a3b1

Please sign in to comment.