mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2025-04-04 08:43:50 +02:00
11 lines
289 B
YAML
11 lines
289 B
YAML
func-php7.2-v10:
|
|
extends: .default
|
|
image: php:7.2
|
|
services:
|
|
- mariadb:10
|
|
stage: test
|
|
needs:
|
|
- php-lint-php7.2
|
|
script:
|
|
- composer require --prefer-dist --no-progress typo3/minimal:"^10.4"
|
|
- wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional
|