From c7644e214d4a3dda9634c38e83193270dc8e0cb5 Mon Sep 17 00:00:00 2001 From: FreeScout Date: Sat, 23 Sep 2023 11:40:59 -0700 Subject: [PATCH] Update analyse-php.yml --- .github/workflows/analyse-php.yml | 3 ++- phpstan.neon | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyse-php.yml b/.github/workflows/analyse-php.yml index 6d6b5f0a1..59c4e1ddd 100644 --- a/.github/workflows/analyse-php.yml +++ b/.github/workflows/analyse-php.yml @@ -26,4 +26,5 @@ jobs: - name: PHPStan Static Analysis uses: php-actions/phpstan@v3 with: - memory_limit: 2G \ No newline at end of file + memory_limit: 2G + configuration: phpstan.neon \ No newline at end of file diff --git a/phpstan.neon b/phpstan.neon index f239773e1..fab9d62c4 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -8,7 +8,7 @@ parameters: # The level 8 is the highest level level: 1 - phpVersion: 80002 + phpVersion: 80200 #bootstrapFiles: # - bootstrap/phpstan.php