language: php dist: bionic notifications: email: false php: - "7.1" - "7.2" - "7.3" - "7.4snapshot" cache: directories: - $HOME/.composer/cache/files matrix: fast_finish: true allow_failures: - php: "7.4snapshot" before_script: - composer install --prefer-dist script: - composer test:syntax - composer test:lint - composer test:static