2021-08-24 10:27:50 +02:00
|
|
|
unit-php7.2-v10:
|
|
|
|
extends: .default
|
|
|
|
image: php:7.2
|
|
|
|
stage: test
|
|
|
|
needs:
|
|
|
|
- php-lint-php7.2
|
|
|
|
script:
|
2022-07-13 13:14:52 +02:00
|
|
|
- composer require --prefer-dist --no-progress typo3/minimal:"^10.4"
|
2021-08-24 10:27:50 +02:00
|
|
|
- composer ci:tests:unit
|