mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 09:16:13 +01:00
12 lines
266 B
YAML
12 lines
266 B
YAML
func-php7.4-v10:
|
|
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/minimal:"^10.4"
|
|
- composer ci:tests:functional
|