mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 05:16:12 +02:00
tea/.gitlab/pipeline/jobs/php-lint-php8.3.yml
Łukasz Uznański 5998d5699b
[FEATURE] Add PHP 8.3 lint to GitLab CI (#1032)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2023-11-27 18:14:17 +01:00

7 lines
118 B
YAML

php-lint-php8.3:
extends: .default
image: php:8.3
stage: lint
needs: [ ]
script:
- composer ci:php:lint