We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b70218 commit 5737b7dCopy full SHA for 5737b7d
1 file changed
.github/workflows/run-tests.yml
@@ -52,6 +52,7 @@ jobs:
52
run: |
53
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
54
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
55
+ composer dump-autoload
56
57
- name: List Installed Dependencies
58
run: composer show -D
0 commit comments