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