language: php sudo: false php: - 7.1 - 7.2 - 7.3 before_script: - composer self-update - composer install script: bin/phpunit