Skip to content

Commit 7b95191

Browse files
committed
gha: install with downgrading all dependencies
1 parent 313c3f9 commit 7b95191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
cd sample
6464
sed -e 's|"type": "project",|&\n"repositories": [ { "type": "path", "url": "../src" } ],|' -i composer.json
65-
composer require --dev "barryvdh/laravel-ide-helper:*"
65+
composer require --dev "barryvdh/laravel-ide-helper:*" --with-all-dependencies
6666
6767
- name: Execute generate run
6868
run: |

0 commit comments

Comments
 (0)