Skip to content

Commit b158278

Browse files
committed
Fix CI pipeline for php high deps
Install TwigComponent dependencies as well, needed for LiveComponent tests
1 parent 8871f78 commit b158278

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,14 @@ jobs:
190190
run: php vendor/bin/simple-phpunit
191191
working-directory: src/LazyImage
192192

193+
- name: TwigComponent Dependencies
194+
uses: ramsey/composer-install@v2
195+
with:
196+
working-directory: src/TwigComponent
197+
dependency-versions: lowest
198+
# needed for php 8.0 to skip symfony/stimulus-bundle
199+
composer-options: "--ignore-platform-reqs"
200+
193201
- name: LiveComponent Dependencies
194202
uses: ramsey/composer-install@v2
195203
with:

0 commit comments

Comments
 (0)