Skip to content

Commit 4da053d

Browse files
authored
Fix dependency name in GitHub Actions workflow
1 parent ab3e670 commit 4da053d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Install dependencies
5656
run: |
57-
composer require "laravel/contracts:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
57+
composer require "illuminate/contracts:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5858
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
5959
6060
- name: Execute tests

0 commit comments

Comments
 (0)