Skip to content

Commit bb9d7d7

Browse files
committed
ISSUE-337: update phpstan
1 parent 27a1c29 commit bb9d7d7

File tree

3 files changed

+173
-70
lines changed

3 files changed

+173
-70
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Run integration tests with phpunit
6767
run: vendor/bin/phpunit tests/Integration/
6868
- name: Running the system tests
69-
run: vendor/bin/phpunit tests/Integration/;
69+
run: vendor/bin/phpunit tests/System/;
7070
- name: Running static analysis
7171
run: vendor/bin/phpstan analyse -l 5 src/ tests/;
7272
- name: Running PHPMD

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"phpunit/phpunit": "^9.5.2",
6161
"guzzlehttp/guzzle": "^7.2.0",
6262
"squizlabs/php_codesniffer": "^3.5.8",
63-
"phpstan/phpstan": "^0.12.57",
63+
"phpstan/phpstan": "^1.10",
6464
"nette/caching": "^3.1.0",
6565
"nikic/php-parser": "^4.10.4",
6666
"phpmd/phpmd": "^2.6.0",

0 commit comments

Comments
 (0)