mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[FEATURE] Add PHP 8.3 lint to GitLab CI (#1032)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
98a0f66a04
commit
5998d5699b
2 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,7 @@ include:
|
|||
- '/.gitlab/pipeline/jobs/php-lint-php8.0.yml'
|
||||
- '/.gitlab/pipeline/jobs/php-lint-php8.1.yml'
|
||||
- '/.gitlab/pipeline/jobs/php-lint-php8.2.yml'
|
||||
- '/.gitlab/pipeline/jobs/php-lint-php8.3.yml'
|
||||
- '/.gitlab/pipeline/jobs/phpcs.yml'
|
||||
- '/.gitlab/pipeline/jobs/ts-lint.yml'
|
||||
- '/.gitlab/pipeline/jobs/unit-php7.4-v11-highest.yml'
|
||||
|
|
7
.gitlab/pipeline/jobs/php-lint-php8.3.yml
Normal file
7
.gitlab/pipeline/jobs/php-lint-php8.3.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
php-lint-php8.3:
|
||||
extends: .default
|
||||
image: php:8.3
|
||||
stage: lint
|
||||
needs: [ ]
|
||||
script:
|
||||
- composer ci:php:lint
|
Loading…
Reference in a new issue