mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-03-15 09:03:50 +01:00
tea/.gitlab/pipeline/jobs/php-lint-php8.4.yml
Oliver Klee e47753ecab [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 17:37:01 +01:00

7 lines
158 B
YAML

php-lint-php8.4:
extends: .composer-update
image: ghcr.io/typo3/core-testing-php84:latest
stage: lint
needs: [ ]
script:
- composer ci:php:lint