Skip to content

Commit 43420ab

Browse files
committed
fix
1 parent 50dfe23 commit 43420ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
id: composer-dependencies
5454
run: |
5555
composer require --dev "laravel/framework:${{ matrix.laravel-versions }}" --no-update
56-
composer install --prefer-dist --no-interaction --no-audit
56+
composer install --prefer-dist --no-interaction
5757
5858
- name: Check codeclimate
5959
id: codeclimate-check

0 commit comments

Comments
 (0)