mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-03-15 09:23:50 +01:00
tea/.gitlab/pipeline/jobs/unit-v12-php8.4-highest.yml
Oliver Klee 00a5e14d8d
[FEATURE] Add support for PHP 8.4
Comment-out GitHub Action jobs that fail with PHP 8.4 due to
incompatible dependencies.
2025-02-03 13:53:11 +01:00

11 lines
304 B
YAML

unit-v12-php8.4-highest:
extends: .default
image: ghcr.io/typo3/core-testing-php84:latest
stage: test
needs:
- build-composer-dependencies
- php-lint-php8.4
script:
- echo "Job ${CI_JOB_NAME}"
- composer require --no-progress typo3/cms-core:"^12.4"
- composer ci:tests:unit