Skip to content

Commit

Permalink
ISSUE-337: update phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
tatevikg1 committed Dec 13, 2024
1 parent 27a1c29 commit bb9d7d7
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Run integration tests with phpunit
run: vendor/bin/phpunit tests/Integration/
- name: Running the system tests
run: vendor/bin/phpunit tests/Integration/;
run: vendor/bin/phpunit tests/System/;
- name: Running static analysis
run: vendor/bin/phpstan analyse -l 5 src/ tests/;
- name: Running PHPMD
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"phpunit/phpunit": "^9.5.2",
"guzzlehttp/guzzle": "^7.2.0",
"squizlabs/php_codesniffer": "^3.5.8",
"phpstan/phpstan": "^0.12.57",
"phpstan/phpstan": "^1.10",
"nette/caching": "^3.1.0",
"nikic/php-parser": "^4.10.4",
"phpmd/phpmd": "^2.6.0",
Expand Down
Loading

0 comments on commit bb9d7d7

Please sign in to comment.