mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:56:13 +01:00
000fd583a8
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
12 lines
310 B
YAML
12 lines
310 B
YAML
func-php8.1-v11:
|
|
extends: .default
|
|
image: php:8.1
|
|
services:
|
|
- mariadb:10
|
|
stage: test
|
|
needs:
|
|
- build-composer-dependencies
|
|
- php-lint-php8.0
|
|
script:
|
|
- composer require --no-progress typo3/cms-core:"^11.5"
|
|
- wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional
|