Skip to content

Commit

Permalink
prefer-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Aug 2, 2023
1 parent 63c46f6 commit d7cc77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: composer require "laravel/framework:10.*" --no-interaction --no-update
- name: Update dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer update --prefer-source --no-interaction
run: composer update --prefer-dist --no-interaction
- name: Run tests and collect coverage
run: vendor/bin/phpunit --coverage-clover coverage.xml .
- name: Upload coverage to Codecov
Expand Down

0 comments on commit d7cc77c

Please sign in to comment.