1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00

Remove psalm from CI

This commit is contained in:
Samuel Štancl 2021-05-24 11:04:17 +02:00
parent b5ae81716d
commit 18b8101cd0
2 changed files with 0 additions and 8 deletions

View file

@ -23,13 +23,6 @@ jobs:
- name: Run tests
run: vendor/bin/phpunit
steps:
- uses: actions/checkout@v2
- name: Install composer dependencies
run: composer install
- name: Run psalm
run: vendor/bin/psalm
phpstan:
name: Static analysis (PHPStan)
runs-on: ubuntu-latest

View file

@ -29,7 +29,6 @@
},
"require-dev": {
"orchestra/testbench": "^6.9",
"vimeo/psalm": "^4.2",
"nunomaduro/larastan": "^0.6.10",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0"