Skip to content

Commit f4dd8fb

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ 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) \
77+
&& ([ {} = 'LiveComponent' ] && [ {{ matrix.symfony-version }} = '8.2.*' ] && composer require symfony/property-info:7.1.* || true) \
78+
&& ([ {} = 'LiveComponent' ] && [ {{ matrix.symfony-version }} = '8.3.*' ] && composer require symfony/property-info:7.2.* || true) \
79+
&& ([ {} = 'LiveComponent' ] && [ {{ matrix.symfony-version }} = '8.4.*' ] && composer require symfony/property-info:>=7.3 || true) \
7880
&& $COMPOSER_UP \
7981
&& $PHPUNIT)'"
8082

0 commit comments

Comments
 (0)