Skip to content

Commit 114f840

Browse files
committed
remove composer install
1 parent b110f15 commit 114f840

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
with:
3131
php-version: ${{ matrix.php-version }}
3232
- uses: actions/checkout@v2
33-
- name: Install dependencies
34-
run: composer install --no-interaction --prefer-dist --no-progress
3533
- name: Install laravel
3634
run: composer require illuminate/contracts:${{ matrix.laravel-version }} --no-interaction --prefer-dist --no-progress
3735
- name: Run unit tests

0 commit comments

Comments
 (0)