From f574bbdfc8916d01111bbfa6863fc6128f7224e7 Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 31 Jul 2025 13:01:36 +0300 Subject: [PATCH 1/2] playground for the failing GHA Signed-off-by: arhimede --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 1e227aa..b9d4c50 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -51,4 +51,4 @@ jobs: mv config/autoload/swoole.local.php.dist config/autoload/swoole.local.php mv config/autoload/log.local.php.dist config/autoload/log.local.php - name: Run static analysis with PHPStan - run: vendor/bin/phpstan analyse + run: vendor/bin/phpstan analyse From fb641479dbaee167845513bb8db09d860a013766 Mon Sep 17 00:00:00 2001 From: arhimede Date: Thu, 31 Jul 2025 16:17:14 +0300 Subject: [PATCH 2/2] playground for the failing GHA Signed-off-by: arhimede --- .laminas-ci.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index bd7455a..af5962f 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -1,7 +1,6 @@ { "additional_composer_arguments": [ - "--no-scripts", - "--no-plugins" + "--no-scripts" ], "extensions": [ "redis"