kind: pipeline name: default steps: - name: install image: composer commands: - composer install - name: test image: php:8 commands: - vendor/bin/simple-phpunit