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 1e75abc commit 940dc34Copy full SHA for 940dc34
.github/workflows/unit-tests.yaml
@@ -132,7 +132,7 @@ jobs:
132
'(cd src/{1} \
133
&& $COMPOSER_MIN_STAB \
134
&& $COMPOSER_UP \
135
- && if [ "{1}" = "LiveComponent" ]; then install_property_info_for_version \"${{ matrix.php-version }}\" \"${{ matrix.minimum-stability }}\"; fi \
+ && if [ \"{1}\" = \"LiveComponent\" ]; then install_property_info_for_version \"${{ matrix.php-version }}\" \"${{ matrix.minimum-stability }}\"; fi \
136
&& $PHPUNIT)'"
137
138
js:
0 commit comments