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:
8888 run : vendor/bin/phpunit
8989
9090 - name : Install Livewire V2 (Below Laravel 11.0)
91- if : " ! startsWith(matrix.laravel, '11.')"
91+ if : " ! startsWith(matrix.laravel, '11.') && ! startsWith(matrix.laravel, '12.') "
9292 run : |
9393 composer require "livewire/livewire:^2.3.10" -W --${{ matrix.dependency-version }} --no-interaction
9494
9595 - name : Test with Livewire V2
96- if : " ! startsWith(matrix.laravel, '11.')"
96+ if : " ! startsWith(matrix.laravel, '11.') && ! startsWith(matrix.laravel, '12.') "
9797 run : vendor/bin/phpunit
9898
9999 - name : Install Livewire V3 (Above Laravel 9.0)
@@ -103,4 +103,4 @@ jobs:
103103
104104 - name : Test with Livewire V3
105105 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