2023-04-02 12:53:33 +02:00
|
|
|
php-lint-php8.2:
|
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-php82:latest
|
2023-04-02 12:53:33 +02:00
|
|
|
stage: lint
|
|
|
|
needs: [ ]
|
|
|
|
script:
|
|
|
|
- composer ci:php:lint
|