Skip to content

Commit

Permalink
chore(deps): update action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lsnepomuceno committed Mar 18, 2024
1 parent 43ac3cf commit 364d51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install Laravel Dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
composer update --${{ matrix.dependency-stability }} --prefer-dist --no-interaction --no-suggest
- name: Update Dependencies with latest stable
Expand Down

0 comments on commit 364d51f

Please sign in to comment.