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 0f365db commit f4dd8fbCopy full SHA for f4dd8fb
.github/workflows/unit-tests.yaml
@@ -74,7 +74,9 @@ 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) \
+ && ([ {} = '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) \
80
&& $COMPOSER_UP \
81
&& $PHPUNIT)'"
82
0 commit comments