mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56:12 +01:00
Fix pipeline after dropping php support (#595)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
d1dc808bac
commit
9c3e8abd24
2 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@ phpcs:
|
|||
stage: codestyle
|
||||
needs:
|
||||
- build-composer-dependencies
|
||||
- php-lint-php7.2
|
||||
- php-lint-php7.3
|
||||
- php-lint-php7.4
|
||||
- php-lint-php8.0
|
||||
- php-lint-php8.1
|
||||
script:
|
||||
- composer ci:php:sniff
|
||||
|
|
|
@ -3,8 +3,8 @@ phpstan:
|
|||
stage: codestyle
|
||||
needs:
|
||||
- build-composer-dependencies
|
||||
- php-lint-php7.2
|
||||
- php-lint-php7.3
|
||||
- php-lint-php7.4
|
||||
- php-lint-php8.0
|
||||
- php-lint-php8.1
|
||||
script:
|
||||
- composer ci:php:stan
|
||||
|
|
Loading…
Reference in a new issue