2022-10-19 15:12:07 +02:00
|
|
|
func-php8.1-v11-lowest:
|
2022-10-05 14:16:15 +02:00
|
|
|
extends: .default
|
|
|
|
image: php:8.1
|
|
|
|
services:
|
|
|
|
- mariadb:10
|
|
|
|
stage: test
|
|
|
|
needs:
|
|
|
|
- build-composer-dependencies
|
2022-10-05 15:46:13 +02:00
|
|
|
- php-lint-php8.1
|
2022-10-05 14:16:15 +02:00
|
|
|
script:
|
2022-10-19 15:12:07 +02:00
|
|
|
- composer require --no-ansi --no-interaction --no-progress --no-install typo3/cms-core:"^11.5"
|
|
|
|
- composer update --no-ansi --no-interaction --no-progress --with-dependencies --prefer-lowest
|
2022-10-05 14:16:15 +02:00
|
|
|
- wait-for-it mariadb:3306 -t 60 --strict -- composer ci:tests:functional
|