for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
--- build: nodes: analysis: environment: php: version: 8.2.15 tests: override: - php-scrutinizer-run tests: override: - command: 'vendor/bin/phpspec run -n -fpretty' coverage: file: 'coverage.xml' format: 'clover'
# language: php