Skip to content

Commit e541fe4

Browse files
author
Michael Vasseur
committed
Show the PHPStan version
1 parent a0571d7 commit e541fe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: Setup composer dependencies
1515
run: .github/jobs/composer_setup.sh
16+
- name: Show the phpstan version
17+
run: webapp/vendor/phpstan/phpstan/phpstan --version
1618
- uses: php-actions/phpstan@v3
1719
with:
1820
configuration: webapp/phpstan.dist.neon

0 commit comments

Comments
 (0)