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 706104b commit 531c604Copy full SHA for 531c604
.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
20
php-version: '8.0'
21
22
- name: Install dependencies
23
- run: composer install --no-interaction --prefer-dist
+ run: composer update --no-interaction --prefer-dist
24
25
- name: Run PHPUnit
26
run: php artisan test
0 commit comments