From 831cc4ec731e5d2a12ebe6ab6197dceaf1e78a0a Mon Sep 17 00:00:00 2001 From: Jakub Mikita Date: Wed, 8 May 2024 10:35:07 +0200 Subject: [PATCH] ci: remove parallel phpcs testing which broke the script --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 956951ef..a6f55cb4 100644 --- a/composer.json +++ b/composer.json @@ -63,8 +63,8 @@ } }, "scripts": { - "phpcbf": "phpcbf --parallel=4", - "phpcs": "phpcs --parallel=4", + "phpcbf": "phpcbf", + "phpcs": "phpcs", "phplint": "parallel-lint --exclude node_modules --exclude vendor .", "phpstan": "phpstan analyze --memory-limit=-1", "prefix-namespaces": [