We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab6346 commit 941d4a0Copy full SHA for 941d4a0
2 files changed
.github/workflows/tests-windows.yml
@@ -61,5 +61,5 @@ jobs:
61
62
- name: Static analysis
63
run: |
64
- composer require --dev nette/neon "^3.4.4" phpstan/phpstan "2.1.1" --ignore-platform-req=php --update-with-all-dependencies
+ composer require --dev nette/neon "^3.4.4" phpstan/phpstan "2.2.2" --ignore-platform-req=php --update-with-all-dependencies
65
vendor\bin\phpstan analyse src
.github/workflows/tests.yml
@@ -88,7 +88,7 @@ jobs:
88
# static analysis
89
90
91
92
vendor/bin/phpstan analyse src
93
94
# generate package
0 commit comments