Revert several commits that didn't solve the Scrutinizer issues

This commit is contained in:
El RIDO 2022-10-26 08:16:30 +02:00
parent 613e4e9d57
commit 795c030bdb
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 3 additions and 6 deletions

View File

@ -17,7 +17,7 @@ coding_style:
build:
environment:
php:
version: '7.4'
version: '7.2'
tests:
override:
-
@ -28,12 +28,9 @@ build:
nodes:
tests: true
analysis:
dependencies:
after:
- composer require --dev "squizlabs/php_codesniffer=^3"
tests:
override:
-
command: vendor/bin/phpcs
use_website_config: false
command: phpcs-run
use_website_config: true
- php-scrutinizer-run