mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 11:36:12 +02:00
tea/.gitlab/pipeline/jobs/func-php7.2-v10.yml

13 lines
309 B
YAML
Raw Normal View History

2021-08-24 10:27:50 +02:00
func-php7.2-v10:
extends: .default
image: php:7.2
services:
- mariadb:10
stage: test
needs:
- build-composer-dependencies
- php-lint-php7.2
script:
- composer require --no-progress typo3/minimal:"^10.4"
- wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional