mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 07:56:14 +01:00
14c804b209
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
8 lines
167 B
YAML
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
|