Timothy J. Warren
f9850be35c
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
18 lines
220 B
YAML
18 lines
220 B
YAML
language: php
|
|
|
|
install:
|
|
- composer install --ignore-platform-reqs
|
|
|
|
php:
|
|
- 8.0
|
|
- 8.1
|
|
- nightly
|
|
|
|
script:
|
|
- mkdir -p build/logs
|
|
- php vendor/bin/phpunit -c build
|
|
|
|
#matrix:
|
|
# allow_failures:
|
|
# - php: nightly
|