Skip to content

Commit

Permalink
Dev: Move pecl_extensions to correct place in scrutinizer yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 2, 2020
1 parent f2f525c commit 55d64f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ build:
tests: true
analysis:
environment:
php: 7.4
php:
version: 7.4
pecl_extensions:
- zip
tests:
override: [php-scrutinizer-run]
filter:
Expand All @@ -33,8 +36,6 @@ checks:
code_rating: true
duplication: true
one_class_per_file: true
pecl_extensions:
- zip
tools:
php_cs_fixer:
enabled: true
Expand Down

0 comments on commit 55d64f1

Please sign in to comment.