diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68cbf703204e4f5737d99fc31703a61e2a35dac3..819064a313fe6ad399dac5664cfed49280c182b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,3 +41,9 @@ test.verify.php8: stage: test script: - composer run verify + +test.verify.php81: + image: grifart/php8.1-with-all-modules-and-various-tools + stage: test + script: + - composer run verify