File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ jobs:
75
75
'(cd src/{} \
76
76
&& $COMPOSER_MIN_STAB \
77
77
&& $COMPOSER_UP \
78
- && ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.2\" ] && composer require symfony/property-info:7.1.* symfony/type-info:7.1.* || true ) \
79
- && ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.3\" ] && composer require symfony/property-info:7.2.* symfony/type-info:7.2.* || true ) \
80
- && ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.4\" ] && composer require symfony/property-info:7.3.* symfony/type-info:7.3.* || true ) \
81
- && ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.4\" ] && [ \"${{ matrix.minimum-stability }}\" = \"dev\" ] && composer require symfony/property-info:>=7.3 symfony/type-info:>=7.3 || true ) \
78
+ && ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.2\" ] && composer require symfony/property-info:7.1.* symfony/type-info:7.1.*) \
79
+ && ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.3\" ] && composer require symfony/property-info:7.2.* symfony/type-info:7.2.*) \
80
+ && ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.4\" ] && composer require symfony/property-info:7.3.* symfony/type-info:7.3.*) \
81
+ && ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.4\" ] && [ \"${{ matrix.minimum-stability }}\" = \"dev\" ] && composer require symfony/property-info:>=7.3 symfony/type-info:>=7.3) \
82
82
&& $PHPUNIT)'"
83
83
84
84
js :
You can’t perform that action at this time.
0 commit comments