language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 - 7.4 cache: directories: - $HOME/.composer/cache/files install: composer install --no-interaction --prefer-dist script: - vendor/bin/phpunit - vendor/bin/phpcs --standard=Magento2 Magento2/ --extensions=php