diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4da1afedf750ba040f549b4182a82d03b1ea1346..a86e5b75f693e75339385a17c756e790b8dd1f96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ stages: - test -verify-7.4: +verify-php7.4: image: grifart/php7.4-with-gulp-and-all-php-modules stage: test interruptible: true @@ -10,7 +10,7 @@ verify-7.4: - composer install - composer run verify -verify-8.0: +verify-php8.0: image: grifart/php8.0-with-all-modules-and-various-tools stage: test interruptible: true @@ -20,7 +20,7 @@ verify-8.0: - composer run verify -verify-8.1: +verify-php8.1: image: grifart/php8.1-with-all-modules-and-various-tools stage: test interruptible: true