mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 05:36:13 +02:00
tea/.gitlab/pipeline/jobs/unit-php7.3-v10.yml
Oliver Klee e8da69e4fa
[TASK] Stop using the typo3/minimal package on CI (#531)
The `typo3/minimal` package is not maintained very much, and currently
cannot be used as a requirement to install the latest TYPO3 development
version (as it still depends on `dev-master`, not on `dev-main`).

In addition, not depending on it will allow us to find any missing
dependencies in our requirements that so far have been masked by
the `typo3/minimal` dependencies.

(This is the same as #520, but for GitLab CI.)
2022-08-28 20:17:31 +02:00

10 lines
232 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/cms-core:"^10.4"
- composer ci:tests:unit