Skip to content

Commit

Permalink
remove version from psalm command
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Oct 4, 2023
1 parent df3e7fe commit 9e50df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: vendor/bin/phan

- name: Run Psalm
run: vendor/bin/psalm --output-format=github --php-version=${{ matrix.php-version }}
run: vendor/bin/psalm --output-format=github

- name: Run Phpstan
run: vendor/bin/phpstan analyse --error-format=github
Expand Down

0 comments on commit 9e50df5

Please sign in to comment.