File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 21
21
- php-versions : ' 8.1'
22
22
magento : ' 2.4.5'
23
23
operating-system : ' ubuntu-latest'
24
+ - php-versions : ' 8.1'
25
+ magento : ' 2.4.6'
26
+ operating-system : ' ubuntu-latest'
24
27
coveralls : true
25
28
steps :
26
29
- name : Checkout repo
@@ -71,11 +74,15 @@ jobs:
71
74
72
75
- name : Install Magento 2.4.4
73
76
if : matrix.magento == '2.4.4'
74
- 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
75
78
76
79
- name : Install Magento 2.4.5
77
80
if : matrix.magento == '2.4.5'
78
- 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
+
83
+ - name : Install Magento 2.4.6
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 symfony/yaml symfony/console
79
86
80
87
- name : Composer license check
81
88
run : composer check-license
Original file line number Diff line number Diff line change 22
22
"require" : {
23
23
"php" : " ^7.2.0 || ^8.1.0" ,
24
24
"ext-dom" : " *" ,
25
- "laminas/laminas-code" : " ~3.3.0 || ~3.4.1 || ~3.5.1 || ^4.5" ,
25
+ "laminas/laminas-code" : " ~3.3.0 || ~3.4.1 || ~3.5.1 || ^4.5 || ^4.10 " ,
26
26
"phpstan/phpstan" : " ~1.10.3" ,
27
27
"symfony/finder" : " ^3.0 || ^4.0 || ^5.0 || ^6.0"
28
28
},
You can’t perform that action at this time.
0 commit comments