We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e351cf3 commit 8cc79ecCopy full SHA for 8cc79ec
.github/workflows/run-tests.yml
@@ -85,6 +85,7 @@ jobs:
85
- name: Install dependencies
86
run: |
87
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
89
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
90
91
- name: List Installed Dependencies
0 commit comments