Skip to content

Commit 2dbc52b

Browse files
author
Deploy
committed
Removed redundant illuminate contract version install
1 parent b12a9cf commit 2dbc52b

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install dependencies
5050
run: |
5151
composer require pestphp/pest:${{ matrix.pestphp }} --dev --with-all-dependencies
52-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "illuminate/contracts:${{ matrix.illuminate-contracts }}" --no-interaction --no-update --dev
52+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
5353
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5454
5555
- name: Execute tests

0 commit comments

Comments
 (0)