CI/CD
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jens True 2024-02-01 07:51:06 +00:00
parent 2e3d636305
commit cbaa56f50d
2 changed files with 28 additions and 5 deletions

23
.woodpecker.yml Normal file

@ -0,0 +1,23 @@
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
- composer analyze
test:
image: php:cli-bookworm
commands:
- vendor/bin/phpunit tests
document:
image: phpdoc/phpdoc
commands:
- phpdoc run

10
composer.lock generated

@ -3480,16 +3480,16 @@
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
"version": "5.21.0", "version": "5.21.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vimeo/psalm.git", "url": "https://github.com/vimeo/psalm.git",
"reference": "04ba9358e3f7d14a9dc3edd4e814a9d51d8c637f" "reference": "8c473e2437be8b6a8fd8f630f0f11a16b114c494"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/04ba9358e3f7d14a9dc3edd4e814a9d51d8c637f", "url": "https://api.github.com/repos/vimeo/psalm/zipball/8c473e2437be8b6a8fd8f630f0f11a16b114c494",
"reference": "04ba9358e3f7d14a9dc3edd4e814a9d51d8c637f", "reference": "8c473e2437be8b6a8fd8f630f0f11a16b114c494",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3586,7 +3586,7 @@
"issues": "https://github.com/vimeo/psalm/issues", "issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm" "source": "https://github.com/vimeo/psalm"
}, },
"time": "2024-01-30T22:52:27+00:00" "time": "2024-02-01T01:04:32+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",