mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

Fix pipeline after dropping php support (#595)

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
Łukasz Uznański 2022-09-26 19:40:07 +02:00 committed by GitHub
parent d1dc808bac
commit 9c3e8abd24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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