Skip to content

Commit

Permalink
update PHPStan to v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed May 19, 2024
1 parent ff34b26 commit b9cd37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer require phpstan/phpstan=^1.11.x-dev -n -q --no-progress
command: composer require phpstan/phpstan=~1.11.0 -n -q --no-progress

- name: Run Static Analysis
run: ./vendor/bin/phpstan analyse --no-progress --memory-limit 2G

0 comments on commit b9cd37d

Please sign in to comment.