Skip to content

Commit

Permalink
Update PHPStan in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 13, 2021
1 parent ba31fbb commit 8203609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: "Update PHPStan"
if: matrix.php-version == '8.0'
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"

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

0 comments on commit 8203609

Please sign in to comment.