Skip to content

Commit

Permalink
Fixed coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Apr 1, 2024
1 parent d9c9e25 commit 136d2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv
coverage: none
coverage: xdebug

- name: Install dependencies
run: composer require laravel/framework:^${{ matrix.laravel }}
Expand Down

0 comments on commit 136d2f9

Please sign in to comment.