Skip to content

Commit

Permalink
gha: install with downgrading all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Feb 4, 2024
1 parent 313c3f9 commit 7b95191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
cd sample
sed -e 's|"type": "project",|&\n"repositories": [ { "type": "path", "url": "../src" } ],|' -i composer.json
composer require --dev "barryvdh/laravel-ide-helper:*"
composer require --dev "barryvdh/laravel-ide-helper:*" --with-all-dependencies
- name: Execute generate run
run: |
Expand Down

0 comments on commit 7b95191

Please sign in to comment.