Modern syntax for CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2024-05-06 09:25:27 +00:00
parent 1574f1c878
commit c202330a77

@ -1,14 +1,14 @@
pipeline:
requirements:
steps:
- name: requirements
image: composer
commands:
- composer install --no-dev
run:
- name: run
image: php:cli-bookworm
commands:
- php examples/3teams.php
- php examples/basic.php
dependencies:
- name: dependencies
image: composer
commands:
- composer install