From 0dfdb83c13f56c64fd05ec54c4a90337132b4efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz> Date: Wed, 20 Nov 2019 09:59:11 +0100 Subject: [PATCH] CI: Run phpstan under PHP 7.3 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 469766a..5762568 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,8 +68,7 @@ tests-php7.4: phpstan: stage: tests - tags: ["grifart/php7.1-with-gulp-and-all-php-modules"] - image: grifart/php7.1-with-gulp-and-all-php-modules + image: grifart/php7.3-with-gulp-and-all-php-modules # Now in require-dev in composer.json # before_script: -- GitLab