Skip to content

Commit 09522d0

Browse files
author
Greg Bowler
committed
wip: use phar
1 parent b2fe5e1 commit 09522d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "Docker tag: $docker_tag" >> output.log 2>&1
66

77
if [ "$ACTION_VERSION" = "composer" ]
88
then
9-
VENDOR_BIN="vendor/bin/phpstan"
9+
VENDOR_BIN="vendor/bin/phpstan.phar"
1010
if test -f "$VENDOR_BIN"
1111
then
1212
ACTION_PHPSTAN_PATH="$VENDOR_BIN"

0 commit comments

Comments
 (0)