Skip to content

Commit

Permalink
Ignore PHP version when running php-cs-fixer as it requires 8.1 or below
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Jan 28, 2023
1 parent 7acc8b4 commit 4a33678
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 @@ -47,7 +47,7 @@ jobs:
run: composer install

- 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

- name: Run static analysis
run: vendor/bin/psalm
Expand Down

0 comments on commit 4a33678

Please sign in to comment.