pipeline: phpunit: image: walkero/phpunit-alpine:php8.1-phpunit9 commands: - composer install - vendor/bin/phpunit --testdox --no-progress - vendor/bin/phpstan --no-progress