2021-08-24 10:27:50 +02:00
|
|
|
php-lint-php7.4:
|
2024-09-17 12:23:40 +02:00
|
|
|
extends: .composer-update
|
2024-09-17 14:32:40 +02:00
|
|
|
image: ghcr.io/typo3/core-testing-php74:latest
|
2021-08-24 10:27:50 +02:00
|
|
|
stage: lint
|
|
|
|
needs: [ ]
|
|
|
|
script:
|
|
|
|
- composer ci:php:lint
|