build: nodes: analysis: environment: php: version: 8.3.3 project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: './bin/phpunit --coverage-clover=coverage.xml' coverage: file: 'coverage.xml' format: 'php-clover' php83: environment: php: version: 8.3.3 filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }
# language: php