File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ jobs:
74
74
75
75
- name : Install Magento 2.4.4
76
76
if : matrix.magento == '2.4.4'
77
- run : composer update --with-dependencies magento/framework:103.0.4 laminas/laminas-code:4.5.1
77
+ run : composer update --with-dependencies magento/framework:103.0.4 laminas/laminas-code:4.5.1 symfony/yaml symfony/console
78
78
79
79
- name : Install Magento 2.4.5
80
80
if : matrix.magento == '2.4.5'
81
- run : composer update --with-dependencies magento/framework:103.0.5 laminas/laminas-code:4.5.2 roave/security-advisories
81
+ run : composer update --with-dependencies magento/framework:103.0.5 laminas/laminas-code:4.5.2 roave/security-advisories symfony/yaml symfony/console
82
82
83
83
- name : Install Magento 2.4.6
84
84
if : matrix.magento == '2.4.6'
85
- run : composer update --with-dependencies magento/framework:103.0.6 laminas/laminas-code:4.10.0 roave/security-advisories
85
+ run : composer update --with-dependencies magento/framework:103.0.6 laminas/laminas-code:4.10.0 roave/security-advisories symfony/yaml symfony/console
86
86
87
87
- name : Composer license check
88
88
run : composer check-license
You can’t perform that action at this time.
0 commit comments