mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-15 17:37:39 +00:00
23
.woodpecker.yml
Normal file
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
10
composer.lock
generated
@ -3480,16 +3480,16 @@
|
||||
},
|
||||
{
|
||||
"name": "vimeo/psalm",
|
||||
"version": "5.21.0",
|
||||
"version": "5.21.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vimeo/psalm.git",
|
||||
"reference": "04ba9358e3f7d14a9dc3edd4e814a9d51d8c637f"
|
||||
"reference": "8c473e2437be8b6a8fd8f630f0f11a16b114c494"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/04ba9358e3f7d14a9dc3edd4e814a9d51d8c637f",
|
||||
"reference": "04ba9358e3f7d14a9dc3edd4e814a9d51d8c637f",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/8c473e2437be8b6a8fd8f630f0f11a16b114c494",
|
||||
"reference": "8c473e2437be8b6a8fd8f630f0f11a16b114c494",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3586,7 +3586,7 @@
|
||||
"issues": "https://github.com/vimeo/psalm/issues",
|
||||
"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",
|
||||
|
Reference in New Issue
Block a user