mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 10:56:13 +02:00
tea/.gitlab/pipeline/jobs/unit-php8.1-v12-highest.yml
Oliver Klee 5f9fa25339
[TASK] Set the minimal 12LTS version to 12.1 (#702)
TYPO3 12.1 has been released. So the 12.0 sprint release is no longer
relevant.
2022-12-26 07:06:50 +01:00

10 lines
240 B
YAML

unit-php8.1-v12-highest:
extends: .default
image: php:8.1
stage: test
needs:
- build-composer-dependencies
- php-lint-php8.1
script:
- composer require --no-progress typo3/cms-core:"^12.1"
- composer ci:tests:unit