Skip to content

Commit

Permalink
Remove phpstan.
Browse files Browse the repository at this point in the history
It can't be installed for some reason and I'm too lazy to figure out
why.
  • Loading branch information
markstory committed Sep 7, 2021
1 parent 3b61960 commit bc1665b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
php-version: '7.4'
extensions: mbstring, intl
coverage: none
tools: psalm:~4.1.0, phpstan:^0.12
tools: psalm:~4.1.0

- name: Composer Install
run: composer install
Expand All @@ -93,6 +93,3 @@ jobs:

- name: Run psalm
run: psalm --output-format=github

- name: Run phpstan
run: phpstan analyse

0 comments on commit bc1665b

Please sign in to comment.