Skip to content

Commit 0fddde9

Browse files
Revert "Update tests.yml"
This reverts commit 7a2fab7.
1 parent 7a2fab7 commit 0fddde9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.') && ! startsWith(matrix.laravel, '12.')"
91+
if: "! startsWith(matrix.laravel, '11.')"
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.') && ! startsWith(matrix.laravel, '12.')"
96+
if: "! startsWith(matrix.laravel, '11.')"
9797
run: vendor/bin/phpunit
9898

9999
- name: Install Livewire V3 (Above Laravel 9.0)

0 commit comments

Comments
 (0)