We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2fab7 commit 0fddde9Copy full SHA for 0fddde9
.github/workflows/tests.yml
@@ -88,12 +88,12 @@ jobs:
88
run: vendor/bin/phpunit
89
90
- name: Install Livewire V2 (Below Laravel 11.0)
91
- if: "! startsWith(matrix.laravel, '11.') && ! startsWith(matrix.laravel, '12.')"
+ if: "! startsWith(matrix.laravel, '11.')"
92
run: |
93
composer require "livewire/livewire:^2.3.10" -W --${{ matrix.dependency-version }} --no-interaction
94
95
- name: Test with Livewire V2
96
97
98
99
- name: Install Livewire V3 (Above Laravel 9.0)
0 commit comments