build:
nodes:
my-tests:
environment:
php:
version: 7.3
filter:
excluded_paths:
- 'tests/*'
- '*.min.js'
- '*/build/*'
- '*/dist/*'
checks:
php: true
coding_style:
php: { }