diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 832f24d..6874a9a 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -7,6 +7,7 @@ filter: build: environment: php: + version: '7.4' pecl_extensions: - inotify @@ -15,11 +16,3 @@ build: tests: override: - php-scrutinizer-run - - coverage: - tests: - override: - - command: './bin/phing unit' - coverage: - file: 'test/coverage.xml' - format: 'php-clover'