Skip to content

Commit 27eee42

Browse files
committed
[LiveComponent] tweak CI
1 parent 518bdc2 commit 27eee42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ install_property_info_for_version() {
2525
local min_stability="$2"
2626

2727
if [ "$php_version" = "8.2" ]; then
28-
composer require symfony/property-info:7.1.* symfony/type-info:7.3.*
28+
composer require symfony/property-info:7.1.* symfony/type-info:7.2.*
2929
elif [ "$php_version" = "8.3" ]; then
30-
composer require symfony/property-info:7.2.* symfony/type-info:7.3.*
30+
composer require symfony/property-info:7.2.* symfony/type-info:7.2.*
3131
elif [ "$php_version" = "8.4" ] && [ "$min_stability" = "stable" ]; then
3232
composer require symfony/property-info:7.3.* symfony/type-info:7.3.*
3333
elif [ "$php_version" = "8.4" ] && [ "$min_stability" = "dev" ]; then

0 commit comments

Comments
 (0)