2025-02-03 13:33:47 +01:00
|
|
|
func-v12-php8.3-lowest:
|
2023-12-15 16:49:23 +01:00
|
|
|
extends: .default
|
2024-09-17 14:32:40 +02:00
|
|
|
image: ghcr.io/typo3/core-testing-php83:latest
|
2023-12-15 16:49:23 +01:00
|
|
|
services:
|
|
|
|
- mariadb:10
|
|
|
|
stage: test
|
|
|
|
needs:
|
|
|
|
- build-composer-dependencies
|
|
|
|
- php-lint-php8.3
|
|
|
|
script:
|
|
|
|
- echo "Job ${CI_JOB_NAME}"
|
|
|
|
- composer require --no-ansi --no-interaction --no-progress --no-install typo3/cms-core:"^12.4"
|
|
|
|
- composer update --no-ansi --no-interaction --no-progress --with-dependencies --prefer-lowest
|
2024-03-11 12:25:59 +01:00
|
|
|
- composer ci:tests:functional
|