Skip to content

Commit d25e05b

Browse files
authored
Merge pull request #298 from shochdoerfer/feature/ci_m2.4.6
Add Magento 2.4.6 to CI pipeline
2 parents 61a22dd + b431120 commit d25e05b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- php-versions: '8.1'
2222
magento: '2.4.5'
2323
operating-system: 'ubuntu-latest'
24+
- php-versions: '8.1'
25+
magento: '2.4.6'
26+
operating-system: 'ubuntu-latest'
2427
coveralls: true
2528
steps:
2629
- name: Checkout repo
@@ -71,11 +74,15 @@ jobs:
7174

7275
- name: Install Magento 2.4.4
7376
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
7578

7679
- name: Install Magento 2.4.5
7780
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
7986

8087
- name: Composer license check
8188
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",
25+
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ^4.5 || ^4.10",
2626
"phpstan/phpstan": "~1.10.3",
2727
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0"
2828
},

0 commit comments

Comments
 (0)