Skip to content

Commit 45db3f5

Browse files
committed
Add Magento 2.4.5 to CI pipeline
1 parent e8cb2b7 commit 45db3f5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.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)