mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 08:56:12 +02:00
tea/.gitlab/pipeline/jobs/unit-php7.3-v10.yml
2021-08-24 10:27:50 +02:00

10 lines
231 B
YAML

unit-php7.3-v10:
extends: .default
image: php:7.3
stage: test
needs:
- build-composer-dependencies
- php-lint-php7.3
script:
- composer require --no-progress typo3/minimal:"^10.4"
- composer ci:tests:unit