Skip to content

Commit

Permalink
Update coverage work
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 6, 2024
1 parent 3dd9d1c commit 603b70c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
coverage: pcov
tools: composer:v2

- name: Validate composer.json and composer.lock 👀
run: composer validate

- name: Install Dependencies 🔧
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"composer-runtime-api": "^2.2",
"laravel/framework": "^10.0 || ^11.0",
"laravel/scout": "^9.0 || ^10.0",
"orchestra/testbench": "9.*",
"orchid/blade-icons": "^4.0",
"tabuna/breadcrumbs": "^4.0",
"twbs/bootstrap-icons": "^1.10",
Expand All @@ -48,6 +47,7 @@
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.14",
"orchestra/testbench": "^8.0 || ^9.0",
"orchestra/testbench-core": "^8.0 || ^9.0",
"orchestra/testbench-dusk": "^8.0 || ^9.0",
"phpunit/phpunit": "^10.0 || ^11.0"
Expand Down

0 comments on commit 603b70c

Please sign in to comment.