diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b16bd614d78a376a1333c838df0389915485f72..3dbd5135165c1ffee260bbd0a702b1100821a060 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,3 +33,12 @@ PHPunit:PHP7.2:MySQL: - find . -type "f" -iname "*.php" | xargs -L "1" php -l - phpcs -n - phpunit + +PHPunit:PHP7.3:MySQL: + image: containers.ethitter.com:443/docker/images/php:7.3 + services: + - mysql:5.6 + script: + - find . -type "f" -iname "*.php" | xargs -L "1" php -l + - phpcs -n + - phpunit