File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Install dependencies
4141 run : |
42- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
42+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
4343 composer update --prefer-dist --no-interaction
4444
4545 - name : Execute tests
Original file line number Diff line number Diff line change 22composer.lock
33/vendor
44
5- # Frontend Assets
6- /node_modules
7-
8- # Logs
9- npm-debug.log
10- yarn-error.log
11-
125# Caches
136.phpunit.cache
147.phpunit.result.cache
@@ -23,10 +16,3 @@ _ide_helper_models.php
2316/.idea
2417/.fleet
2518/.vscode
26-
27- # Misc
28- phpunit.xml
29- phpstan.neon
30- testbench.yaml
31- /docs
32- /coverage
You can’t perform that action at this time.
0 commit comments