Skip to content

Commit 2c9bbe9

Browse files
authored
Merge pull request #27 from davidtabat/feature/CMP-177
Feature/CMP-177
2 parents 2c4443e + 5a2e79c commit 2c9bbe9

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/workflows/integration-test.yml

+2
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

+2
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

+2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cmdotcom-plugins/magento2-payments",
33
"description": "CM Payment module for Magento 2",
44
"type": "magento2-module",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"keywords": [
77
"cm",
88
"cmpayments",
@@ -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)