Skip to content

Commit ba9e4cb

Browse files
committed
Require correct version
1 parent f44c030 commit ba9e4cb

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
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Install dependencies
5050
run: |
51-
composer require "laravel/framework:${{ matrix.laravel }}" --no-update --no-progress
51+
composer require "illuminate/support:${{ matrix.laravel }}" --no-update --no-progress
5252
composer update --prefer-dist --no-progress
5353
5454
- name: Execute Unit Tests

0 commit comments

Comments
 (0)