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 50dfe23 commit 43420abCopy full SHA for 43420ab
.github/workflows/phpunits.yaml
@@ -53,7 +53,7 @@ jobs:
53
id: composer-dependencies
54
run: |
55
composer require --dev "laravel/framework:${{ matrix.laravel-versions }}" --no-update
56
- composer install --prefer-dist --no-interaction --no-audit
+ composer install --prefer-dist --no-interaction
57
58
- name: Check codeclimate
59
id: codeclimate-check
0 commit comments