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 33- BSD-2-Clause
44- MIT
55- OSL-3.0
6+ - LGPL-2.1-or-later
Original file line number Diff line number Diff line change 1818 - php-versions : ' 8.1'
1919 magento : ' 2.4.4'
2020 operating-system : ' ubuntu-latest'
21+ - php-versions : ' 8.1'
22+ magento : ' 2.4.5'
23+ operating-system : ' ubuntu-latest'
24+ coveralls : true
2125 steps :
2226 - name : Checkout repo
2327 uses : actions/checkout@v2
6771
6872 - name : Install Magento 2.4.4
6973 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
7179
7280 - name : Composer license check
7381 run : composer check-license
Original file line number Diff line number Diff line change 2222 "require" : {
2323 "php" : " ^7.2.0 || ^8.1.0" ,
2424 "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 " ,
2626 "phpstan/phpstan" : " ~1.8.2" ,
2727 "symfony/finder" : " ^3.0 || ^4.0 || ^5.0 || ^6.0"
2828 },
You can’t perform that action at this time.
0 commit comments