Skip to content

Commit 8fa8743

Browse files
committed
Test Livewire as well.
1 parent fb4f3b2 commit 8fa8743

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/tests.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,19 @@ jobs:
4545
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4646
4747
- name: Execute tests
48-
run: vendor/bin/phpunit
48+
run: vendor/bin/phpunit
49+
50+
- name: Install Livewire V1
51+
run: |
52+
composer require "livewire/livewire:^1" --no-interaction
53+
54+
- name: Execute tests
55+
run: vendor/bin/phpunit
56+
57+
- name: Install Livewire V2
58+
run: |
59+
composer require "livewire/livewire:^2" --no-interaction
60+
61+
- name: Execute tests
62+
run: vendor/bin/phpunit
63+

0 commit comments

Comments
 (0)