Skip to content

Commit 87a8127

Browse files
committed
Show phpstan version used in workflow
1 parent 71bdddc commit 87a8127

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: coding standard
4141
run: vendor/bin/phpcs
4242

43+
- name: Show PHPStan version
44+
run: vendor/bin/phpstan --version
45+
4346
- name: phpstan
4447
run: vendor/bin/phpstan analyse
4548

0 commit comments

Comments
 (0)