Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
miftahurrahmi committed Sep 11, 2024
1 parent e4a2ce9 commit c195e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
run: |
git branch &&
cd laravel &&
composer require badaso/core:dev-${GITHUB_HEAD_REF} -W &&
composer update --no-interaction -W
composer require badaso/core:dev-${GITHUB_HEAD_REF} --with-all-dependencies &&
composer update --ignore-platform-reqs -W
# Laravel setup
- name: Laravel setup
Expand Down

0 comments on commit c195e1c

Please sign in to comment.