Skip to content

Commit 8cc79ec

Browse files
wip
1 parent e351cf3 commit 8cc79ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
- name: Install dependencies
8686
run: |
8787
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --dev --no-interaction --no-update
88+
composer require "nunomaduro/collision:^8.1" "pestphp/pest-plugin-laravel:^2.1" --dev --no-interaction --no-update
8889
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
8990
9091
- name: List Installed Dependencies

0 commit comments

Comments
 (0)