Skip to content

Commit cc5dd34

Browse files
committed
Update run-tests.yml
1 parent 9d367a8 commit cc5dd34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
testbench: 9.*
2222
carbon: ^3.2
2323
laravel-package-tools: ^1.16.4
24+
collision: ^8.1.1
2425

2526
- laravel: 10.*
2627
testbench: 8.*
2728
carbon: ^2.63
2829
laravel-package-tools: ^1.16.4
30+
collision: ^7.*
2931

3032
exclude:
3133
- laravel: 11.*
@@ -51,7 +53,7 @@ jobs:
5153
5254
- name: Install dependencies
5355
run: |
54-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-package-tools:${{ matrix.laravel-package-tools }}" --no-interaction --no-update
56+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "spatie/laravel-package-tools:${{ matrix.laravel-package-tools }}" "nunomaduro/collision:${{ matrix.collision }}" --no-interaction --no-update
5557
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5658
5759
- name: List Installed Dependencies

0 commit comments

Comments
 (0)