File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,11 @@ export -f _run_task
31
31
32
32
install_property_info_for_version () {
33
33
local php_version=" $1 "
34
- local min_stability=" $2 "
34
+ local symfony_version=" $2 "
35
+ local min_stability=" $3 "
35
36
local dependency_version=" $3 "
36
37
37
- if [ " $dependency_version " = " lowest" ]; then
38
+ if [ " $dependency_version " = " lowest" ] || [ " $symfony_version " = " 6.4.* " ] ; then
38
39
# Prevent usage of TypeInfo, required to test support of LegacyLivePropMetadata
39
40
composer require symfony/property-info:6.4.*
40
41
elif [ " $php_version " = " 8.2" ] ; then
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
'(cd src/{} \
112
112
&& $COMPOSER_MIN_STAB \
113
113
&& $COMPOSER_UP \
114
- && if [ {} = LiveComponent ]; then install_property_info_for_version \"${{ matrix.php-version }}\" \"${{ matrix.minimum-stability }}\" \"${{ matrix.dependency-version }}\"; fi \
114
+ && if [ {} = LiveComponent ]; then install_property_info_for_version \"${{ matrix.php-version }}\" \"${{ matrix.symfony-version }}\" \"${{ matrix. minimum-stability }}\" \"${{ matrix.dependency-version }}\"; fi \
115
115
&& $PHPUNIT)'"
116
116
117
117
- name : Run packages tests (Windows)
You can’t perform that action at this time.
0 commit comments