language: php php: - 7.4 - 7.3 - 7.2 - 7.1 before_script: - make install build script: - make coverage - make cs-check