mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 08:36:12 +01:00
14 lines
284 B
YAML
14 lines
284 B
YAML
|
func-php7.3-v9:
|
||
|
extends: .default
|
||
|
image: php:7.3
|
||
|
services:
|
||
|
- mariadb:10
|
||
|
stage: test
|
||
|
dependencies: [ ]
|
||
|
needs:
|
||
|
- build-composer-dependencies
|
||
|
- php-lint-php7.3
|
||
|
script:
|
||
|
- composer require --no-progress typo3/minimal:"^9.5"
|
||
|
- composer ci:tests:functional
|