Skip to content

Commit

Permalink
Update analyse-php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Sep 23, 2023
1 parent b6d026a commit c7644e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/analyse-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
memory_limit: 2G
memory_limit: 2G
configuration: phpstan.neon
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
# The level 8 is the highest level
level: 1

phpVersion: 80002
phpVersion: 80200

#bootstrapFiles:
# - bootstrap/phpstan.php
Expand Down

0 comments on commit c7644e2

Please sign in to comment.