Continuing the process of making this modern

This commit is contained in:
2025-04-25 09:22:08 +00:00
parent b38a9656eb
commit 38f332b223
7 changed files with 72 additions and 39 deletions

17
.woodpecker/test.yml Normal file
View File

@ -0,0 +1,17 @@
when:
- event: [push, tag]
steps:
- name: requirements
image: composer
commands:
- composer install --no-dev
- name: run
image: php:cli-bookworm
commands:
- php examples/3teams.php
- php examples/basic.php
- name: test
image: composer
commands:
- composer install
- vendor/bin/phpunit tests --no-coverage