Skip to content

Commit c335b69

Browse files
committed
try again
1 parent 0c9421c commit c335b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
33-
composer require "livewire/livewire:${{ matrix.laravel }}" --no-interaction --no-update
33+
composer require "livewire/livewire:${{ matrix.livewire }}" --no-interaction --no-update
3434
composer install --no-interaction
3535
3636
- name: Run PHPUnit

0 commit comments

Comments
 (0)