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