We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dff4b commit 0f365dbCopy full SHA for 0f365db
.github/workflows/unit-tests.yaml
@@ -74,6 +74,7 @@ jobs:
74
echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} \
75
'(cd src/{} \
76
&& $COMPOSER_MIN_STAB \
77
+ && ([ {} = 'LiveComponent' ] && [ {{ ! matrix.symfony-version }} = '8.1.*' ] && composer require symfony/property-info:^7.1 || true) \
78
&& $COMPOSER_UP \
79
&& $PHPUNIT)'"
80
0 commit comments