mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-14 05:36:13 +01:00
53009a44ff
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
9 lines
211 B
YAML
9 lines
211 B
YAML
unit-php7.2-v10:
|
|
extends: .default
|
|
image: php:7.2
|
|
stage: test
|
|
needs:
|
|
- php-lint-php7.2
|
|
script:
|
|
- composer require --prefer-dist --no-progress typo3/minimal:"^10.4"
|
|
- composer ci:tests:unit
|