Skip to content

Commit 75e1a02

Browse files
committed
[LiveComponent] tweak CI
1 parent fe43694 commit 75e1a02

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,14 @@ jobs:
7171
run: |
7272
source .github/workflows/.utils.sh
7373
74-
echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} '(cd src/{} && $COMPOSER_MIN_STAB && $COMPOSER_UP && $PHPUNIT)'"
74+
echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} \
75+
'(cd src/{} \
76+
&& $COMPOSER_MIN_STAB \
77+
&& $COMPOSER_UP \
78+
&& ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.2\" ] && composer require symfony/property-info:7.1.* || true) \
79+
&& ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.3\" ] && composer require symfony/property-info:7.2.* || true) \
80+
&& ([ {} = LiveComponent ] && [ \"${{ matrix.php-version }}\" = \"8.4\" ] && composer require symfony/property-info:>=7.3 || true) \
81+
&& $PHPUNIT)'"
7582
7683
js:
7784
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)