Skip to content

Commit bc1665b

Browse files
committed
Remove phpstan.
It can't be installed for some reason and I'm too lazy to figure out why.
1 parent 3b61960 commit bc1665b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
php-version: '7.4'
8484
extensions: mbstring, intl
8585
coverage: none
86-
tools: psalm:~4.1.0, phpstan:^0.12
86+
tools: psalm:~4.1.0
8787

8888
- name: Composer Install
8989
run: composer install
@@ -93,6 +93,3 @@ jobs:
9393

9494
- name: Run psalm
9595
run: psalm --output-format=github
96-
97-
- name: Run phpstan
98-
run: phpstan analyse

0 commit comments

Comments
 (0)