Skip to content
Snippets Groups Projects
Commit abb6c517 authored by Jan Kuchař's avatar Jan Kuchař
Browse files

Update .gitlab-ci.yml

parent 62288167
No related branches found
No related tags found
1 merge request!2composer: allow PHP8
Pipeline #31211 failed
......@@ -13,7 +13,31 @@ build.composer:
- vendor
expire_in: 10 days
test.verify:
test.verify.php71:
stage: test
script:
- composer run verify
test.verify.php72:
image: grifart/php7.2-with-gulp-and-all-php-modules
stage: test
script:
- composer run verify
test.verify.php73:
image: grifart/php7.3-with-gulp-and-all-php-modules
stage: test
script:
- composer run verify
test.verify.php74:
image: grifart/php7.4-with-gulp-and-all-php-modules
stage: test
script:
- composer run verify
test.verify.php8:
image: grifart/php8.0-with-all-modules-and-various-tools
stage: test
script:
- composer run verify
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment