language: php
php:
- "7.2"
- "7.3"
- "7.4"
before_script:
- composer selfupdate
- composer install --prefer-source
script:
- vendor/bin/phpunit