Skip to content

Commit

Permalink
ci: upgrade phpstan to 1.10.39
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed Oct 23, 2023
1 parent fd3ac32 commit 06d948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Download dependencies
run: |
make require-all
composer require --dev --no-update phpstan/phpstan:1.8.8
composer require --dev --no-update phpstan/phpstan:1.10.39
composer update --no-interaction --prefer-dist
- name: PHPStan
Expand Down

0 comments on commit 06d948c

Please sign in to comment.