mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 08:36:14 +02:00
tea/.gitlab/pipeline/jobs/func-php7.4-v11.yml
Łukasz Uznański 000fd583a8
Add functional tests for v11 for gitlab (#604)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2022-10-05 14:16:15 +02:00

12 lines
310 B
YAML

func-php7.4-v11:
extends: .default
image: php:7.4
services:
- mariadb:10
stage: test
needs:
- build-composer-dependencies
- php-lint-php7.4
script:
- composer require --no-progress typo3/cms-core:"^11.5"
- wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional