Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit b7dc71a

Browse files
committed
scrutinizer fix, allow zip extension
1 parent 6d49b28 commit b7dc71a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.scrutinizer.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ build:
33
analysis:
44
tests:
55
override: [php-scrutinizer-run]
6+
environment:
7+
php:
8+
version: '7.4'
9+
pecl_extensions:
10+
- zip
11+
612
filter:
713
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ]
814

0 commit comments

Comments
 (0)