Skip to content

Commit 0c9421c

Browse files
committed
add livewire 4 to matrix
1 parent 91d12e4 commit 0c9421c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
matrix:
1111
php: [8.2, 8.3, 8.4]
1212
laravel: [11.*, 12.*]
13+
livewire: [3.*, 4.*]
1314
os: [ubuntu-latest]
1415

15-
name: ${{ matrix.php }} - ${{ matrix.laravel }}
16+
name: ${{ matrix.php }} - ${{ matrix.laravel }} - ${{ matrix.livewire }}
1617

1718
runs-on: ${{ matrix.os }}
1819

@@ -29,6 +30,7 @@ jobs:
2930
- name: Install dependencies
3031
run: |
3132
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
33+
composer require "livewire/livewire:${{ matrix.laravel }}" --no-interaction --no-update
3234
composer install --no-interaction
3335
3436
- name: Run PHPUnit

0 commit comments

Comments
 (0)