Skip to content

Commit e9fc98f

Browse files
committed
php: Remove phpstan
1 parent e35325f commit e9fc98f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
if: ${{ ! cancelled() }}
4242
run: phpcs
4343

44-
- name: PHPStan
45-
if: ${{ ! cancelled() }}
46-
run: ./vendor/bin/phpstan analyse
47-
4844
test:
4945
name: Unit tests with PHP ${{ matrix.php }} on ${{ matrix.os }}
5046
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)