Files

14 lines
171 B
YAML
Raw Permalink Normal View History

2026-03-30 14:54:57 +07:00
language: php
php:
- "5.6"
- "7.0"
- "7.1"
- "7.2"
before_script:
- composer self-update
- composer install --no-interaction
script:
- vendor/bin/phpunit