language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - 7.4 - 8.0 - 8.1 - hhvm matrix: include: - php: 5.3 dist: precise allow_failures: - php: 5.3 - php: hhvm before_script: - mkdir -p cache - composer install script: - vendor/bin/phpunit