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

View File

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