Skip to content

Commit 24382c1

Browse files
fix build
1 parent 7dab0a9 commit 24382c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix --dry-run -v
4747

4848
- name: Static Analysis
49-
run: ./bin/psalm
49+
run: ./bin/psalm.phar
5050

5151
- name: Test
5252
run: ./bin/phpunit -d memory_limit=-1 --coverage-clover clover.xml

0 commit comments

Comments
 (0)