Skip to content

Commit 8203609

Browse files
committed
Update PHPStan in CI
1 parent ba31fbb commit 8203609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: "Update PHPStan"
109109
if: matrix.php-version == '8.0'
110-
run: "composer require --dev phpstan/phpstan:'^0.12.60' --update-with-dependencies"
110+
run: "composer require phpstan/phpstan:'^1.2' phpstan/phpstan-strict-rules:'^1.1' --with-all-dependencies"
111111

112112
- name: "PHPStan"
113113
run: "make phpstan"

0 commit comments

Comments
 (0)