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