Skip to content

Commit 0f365db

Browse files
committed
[LiveComponent] tweak CI
1 parent 85dff4b commit 0f365db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} \
7575
'(cd src/{} \
7676
&& $COMPOSER_MIN_STAB \
77+
&& ([ {} = 'LiveComponent' ] && [ {{ ! matrix.symfony-version }} = '8.1.*' ] && composer require symfony/property-info:^7.1 || true) \
7778
&& $COMPOSER_UP \
7879
&& $PHPUNIT)'"
7980

0 commit comments

Comments
 (0)