Skip to content

Commit 9600805

Browse files
committed
Drop Livewire v1
1 parent b24bee3 commit 9600805

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ jobs:
7979
- name: Execute tests
8080
run: vendor/bin/phpunit
8181

82-
- name: Install Livewire V1
83-
if: "! startsWith(matrix.laravel, '9.')"
84-
run: |
85-
composer require "livewire/livewire:^1" --no-interaction
86-
8782
- name: Execute tests
8883
if: "! startsWith(matrix.laravel, '9.')"
8984
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)