trueskill/.woodpecker.yml

15 lines
307 B
YAML

pipeline:
requirements:
image: composer
commands:
- composer install --no-dev
run:
image: php:cli-bookworm
commands:
- php examples/3teams.php
- php examples/basic.php
dependencies:
image: composer
commands:
- composer install
- vendor/bin/phpunit tests