build: environment: php: 7.4 nodes: analysis: services: # For available tags, see https://hub.docker.com/_/mysql/ mysql: 5.7 project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: composer test - command: composer coverage tests: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }