Skip to content

Commit a97c184

Browse files
committed
ci: drop installation of swisnl/illuminate-collections
1 parent e185521 commit a97c184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install dependencies
5353
run: |
54-
composer require "illuminate/contracts:${{ matrix.laravel }}" "swisnl/illuminate-collections:${{ matrix.laravel }}" --no-interaction --no-update
54+
composer require "illuminate/contracts:${{ matrix.laravel }}" --no-interaction --no-update
5555
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5656
5757
- name: Execute tests

0 commit comments

Comments
 (0)