mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-14 17:56:13 +01:00
12 lines
249 B
YAML
12 lines
249 B
YAML
|
unit-php7.3-v9:
|
||
|
extends: .default
|
||
|
image: php:7.3
|
||
|
stage: test
|
||
|
dependencies: [ ]
|
||
|
needs:
|
||
|
- build-composer-dependencies
|
||
|
- php-lint-php7.3
|
||
|
script:
|
||
|
- composer require --no-progress typo3/minimal:"^9.5"
|
||
|
- composer ci:tests:unit
|