mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 12:36:12 +02:00
tea/.gitlab/pipeline/jobs/php-copypaste-check.yml
Oliver Klee 14c804b209
[TASK] Drop support for PHP 7.2 and 7.3 (#581)
Also sync the test matrices of the `predefined` CI jobs with those
from the Composer-script-driven CI jobs.

This change does not add any 7.4-only PHP language features.

Fixes #577
2022-09-22 11:49:45 +02:00

8 lines
167 B
YAML

php-copypaste-check:
extends: .default
stage: codestyle
needs:
- build-composer-dependencies
- php-lint-php7.4
script:
- composer ci:php:copypaste