Skip to content

Commit a73f2f7

Browse files
committed
Update run-tests.yml
1 parent c7f46cf commit a73f2f7

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
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Install dependencies
6262
run: |
63-
composer require "laravel/support:${{ matrix.laravel }}" --no-interaction --no-update
63+
composer require "illuminate/support:${{ matrix.laravel }}" --no-interaction --no-update
6464
composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
6565
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
6666

0 commit comments

Comments
 (0)