Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 16, 2024
1 parent 5096e89 commit 3fd178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install Composer
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-progress --ansi --no-update
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-progress --ansi --no-update --with-all-dependencies
composer update --no-interaction --no-progress --ansi
- name: Rector Cache
Expand Down

0 comments on commit 3fd178d

Please sign in to comment.