checks: php: true filter: paths: - src/* - tests/* build: environment: php: version: 8.2 tests: override: command: "php -v" nodes: analysis: tests: override: - php-scrutinizer-run
build: environment: variables: API_KEY: 'f88073708b854e0f2e4e95b86d3d29c7' nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true tests: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }