File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ jobs:
88
88
run : vendor/bin/phpunit
89
89
90
90
- name : Install Livewire V2 (Below Laravel 11.0)
91
- if : " ! startsWith(matrix.laravel, '11.')"
91
+ if : " ! startsWith(matrix.laravel, '11.') && ! startsWith(matrix.laravel, '12.') "
92
92
run : |
93
93
composer require "livewire/livewire:^2.3.10" -W --${{ matrix.dependency-version }} --no-interaction
94
94
95
95
- name : Test with Livewire V2
96
- if : " ! startsWith(matrix.laravel, '11.')"
96
+ if : " ! startsWith(matrix.laravel, '11.') && ! startsWith(matrix.laravel, '12.') "
97
97
run : vendor/bin/phpunit
98
98
99
99
- name : Install Livewire V3 (Above Laravel 9.0)
@@ -103,4 +103,4 @@ jobs:
103
103
104
104
- name : Test with Livewire V3
105
105
if : " ! startsWith(matrix.laravel, '8.') && ! startsWith(matrix.laravel, '9.')"
106
- run : vendor/bin/phpunit
106
+ run : vendor/bin/phpunit
You can’t perform that action at this time.
0 commit comments