Skip to content

Commit

Permalink
ci: remove parallel phpcs testing which broke the script
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmikita committed May 8, 2024
1 parent 4fa3426 commit 831cc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 831cc4e

Please sign in to comment.