Skip to content

Commit 9b5a0cc

Browse files
authored
Merge pull request #269 from shochdoerfer/feature/ci_m2.4.5
Add Magento 2.4.5 to CI pipeline
2 parents e8cb2b7 + 6c7c197 commit 9b5a0cc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.allowed-licenses

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- BSD-2-Clause
44
- MIT
55
- OSL-3.0
6+
- LGPL-2.1-or-later

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
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
@@ -67,7 +71,11 @@ jobs:
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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
},

0 commit comments

Comments
 (0)