build:
environment:
php:
version: 8.1
ini:
xdebug.mode: coverage
checks:
php:
code_rating: true
duplication: true
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php: { }