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 364d51f commit 5b91bf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '8.3','8.2','8.1' ]
dependency-stability: [ 'prefer-none' ]

laravel: [ '11.*','10.*','9.*' ]
include:
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
- name: Install Laravel Dependencies
run: |
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
composer update --prefer-dist --no-interaction --no-suggest
- name: Update Dependencies with latest stable
if: matrix.dependency-stability == 'prefer-stable'
Expand Down

0 comments on commit 5b91bf2

Please sign in to comment.