From a1a76332952d2f27f82f35f94fa6ff425d973ba2 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Fri, 22 Feb 2019 21:57:34 -0800 Subject: [PATCH] Add PHP 7.3 --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b16bd6..3dbd513 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 -- GitLab