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 0c9421c commit c335b69Copy full SHA for c335b69
.github/workflows/tests.yaml
@@ -30,7 +30,7 @@ jobs:
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
+ composer require "livewire/livewire:${{ matrix.livewire }}" --no-interaction --no-update
34
composer install --no-interaction
35
36
- name: Run PHPUnit
0 commit comments