We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba31fbb commit 8203609Copy full SHA for 8203609
.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
107
108
- name: "Update PHPStan"
109
if: matrix.php-version == '8.0'
110
- run: "composer require --dev phpstan/phpstan:'^0.12.60' --update-with-dependencies"
+ run: "composer require phpstan/phpstan:'^1.2' phpstan/phpstan-strict-rules:'^1.1' --with-all-dependencies"
111
112
- name: "PHPStan"
113
run: "make phpstan"
0 commit comments