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 91d12e4 commit 0c9421cCopy full SHA for 0c9421c
.github/workflows/tests.yaml
@@ -10,9 +10,10 @@ jobs:
10
matrix:
11
php: [8.2, 8.3, 8.4]
12
laravel: [11.*, 12.*]
13
+ livewire: [3.*, 4.*]
14
os: [ubuntu-latest]
15
- name: ${{ matrix.php }} - ${{ matrix.laravel }}
16
+ name: ${{ matrix.php }} - ${{ matrix.laravel }} - ${{ matrix.livewire }}
17
18
runs-on: ${{ matrix.os }}
19
@@ -29,6 +30,7 @@ jobs:
29
30
- name: Install dependencies
31
run: |
32
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
33
+ composer require "livewire/livewire:${{ matrix.laravel }}" --no-interaction --no-update
34
composer install --no-interaction
35
36
- name: Run PHPUnit
0 commit comments