Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 1d77e39

Browse files
committed
Remove psalm laravel plugin for now
1 parent 5f43167 commit 1d77e39

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
4545
- name: Install dependencies
4646
run: |
47-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs
48-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
47+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
48+
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4949
5050
- name: Execute tests
5151
run: vendor/bin/phpunit

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"livewire/livewire": "^2.8",
3333
"orchestra/testbench": "^6.23|^7.0",
3434
"phpunit/phpunit": "^9.5",
35-
"psalm/plugin-laravel": "^1.5",
3635
"spatie/laravel-ray": "^1.25",
3736
"spatie/phpunit-snapshot-assertions": "^4.2",
3837
"vimeo/psalm": "^4.8"

0 commit comments

Comments
 (0)