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.
composer update
1 parent ee7c81b commit a44369dCopy full SHA for a44369d
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
timeout_minutes: 5
48
max_attempts: 5
49
- command: composer install --${{ matrix.stability }} --no-interaction --no-progress
+ command: composer update --${{ matrix.stability }} --no-interaction --no-progress
50
51
- name: Generate app key
52
run: php artisan key:generate
0 commit comments