Skip to content

Commit

Permalink
--with-all-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Apr 20, 2024
1 parent d713f2c commit c8f65bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: Laravel 10 composition
if: matrix.version == '10'
run: |
composer require "laravel/framework" "^10" --W
composer require "laravel/framework" "^10" --with-all-dependencies
- name: Laravel 11 composition
if: matrix.version == '11'
run: |
composer require "laravel/framework" "^11" --W
composer require "laravel/framework" "^11" --with-all-dependencies
- name: PHPUnit tests
if: success()
Expand Down

0 comments on commit c8f65bb

Please sign in to comment.