Skip to content

Commit e0552cd

Browse files
author
david
committed
CMP-177: add php 8.2 and magento 2.4.6 to workflow scripts amd composer dependencies
1 parent 0e93a28 commit e0552cd

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
MAGENTO_VERSION: 2.4.3-p1
1919
- PHP_VERSION: php81-fpm
2020
MAGENTO_VERSION: 2.4.5-p1
21+
- PHP_VERSION: php82-fpm
22+
MAGENTO_VERSION: 2.4.6-p1
2123
runs-on: ubuntu-latest
2224
steps:
2325
- uses: actions/checkout@v1

.github/workflows/phpstan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
MAGENTO_VERSION: 2.4.3-p1
1919
- PHP_VERSION: php81-fpm
2020
MAGENTO_VERSION: 2.4.5-p1
21+
- PHP_VERSION: php82-fpm
22+
MAGENTO_VERSION: 2.4.6-p1
2123
runs-on: ubuntu-latest
2224
steps:
2325
- uses: actions/checkout@v1

.github/workflows/unit-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
MAGENTO_VERSION: 2.4.3-p1
1919
- PHP_VERSION: php81-fpm
2020
MAGENTO_VERSION: 2.4.5-p1
21+
- PHP_VERSION: php82-fpm
22+
MAGENTO_VERSION: 2.4.6-p1
2123
runs-on: ubuntu-latest
2224
steps:
2325
- uses: actions/checkout@v1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"AFL-3.0"
2525
],
2626
"require": {
27-
"php": "~7.3.0||~7.4.0||~8.1.0",
27+
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0",
2828
"magento/framework": "^102|^103",
2929
"magento/module-backend": "^101.0|^102.0",
3030
"magento/module-config": "^101.0",

0 commit comments

Comments
 (0)