mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 08:56:12 +02:00
tea/.gitlab/pipeline/jobs/unit-php7.4-v11.yml
Łukasz Uznański aaa4158b09
[FEATURE] Add unit tests for v11 to gitlab ci (#607)
Fixes #590
Fixes #605

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2022-10-05 15:52:28 +02:00

10 lines
232 B
YAML

unit-php7.4-v11:
extends: .default
image: php:7.4
stage: test
needs:
- build-composer-dependencies
- php-lint-php7.4
script:
- composer require --no-progress typo3/cms-core:"^11.5"
- composer ci:tests:unit