language: php
php:
- 7.2
- 7.3
install:
- composer install --no-interaction
script:
- vendor/bin/phpunit --configuration .phpunit.xml