Skip to content

Commit c08e13b

Browse files
committed
[LiveComponent] tweak CI
1 parent c5f42c2 commit c08e13b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
'(cd src/{} \
7676
&& $COMPOSER_MIN_STAB \
7777
&& $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) \
8282
&& $PHPUNIT)'"
8383
8484
js:

0 commit comments

Comments
 (0)