File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 3
3
- BSD-2-Clause
4
4
- MIT
5
5
- OSL-3.0
6
+ - LGPL-2.1-or-later
Original file line number Diff line number Diff line change 18
18
- php-versions : ' 8.1'
19
19
magento : ' 2.4.4'
20
20
operating-system : ' ubuntu-latest'
21
+ - php-versions : ' 8.1'
22
+ magento : ' 2.4.5'
23
+ operating-system : ' ubuntu-latest'
24
+ coveralls : true
21
25
steps :
22
26
- name : Checkout repo
23
27
uses : actions/checkout@v2
67
71
68
72
- name : Install Magento 2.4.4
69
73
if : matrix.magento == '2.4.4'
70
- run : composer update --with-dependencies magento/framework:103.0.4 laminas/laminas-code:4.5.1 roave/security-advisories
74
+ run : composer update --with-dependencies magento/framework:103.0.4 laminas/laminas-code:4.5.1
75
+
76
+ - name : Install Magento 2.4.5
77
+ 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
71
79
72
80
- name : Composer license check
73
81
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.0" ,
25
+ "laminas/laminas-code" : " ~3.3.0 || ~3.4.1 || ~3.5.1 || ~4.5.0 || ~4.5.2 " ,
26
26
"phpstan/phpstan" : " ~1.8.2" ,
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