Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Jul 10, 2024
1 parent 0b135db commit 7e45e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress
- name: PHPStan
run: |
composer require "phpstan/phpstan:1.9.2"
composer require "phpstan/phpstan" --dev
vendor/bin/phpstan analyse --no-progress
- name: Execute tests
run: vendor/bin/paratest --verbose

0 comments on commit 7e45e92

Please sign in to comment.