Skip to content

Commit 1a4a5c5

Browse files
authored
Merge pull request #4 from customgento/support-2.4.4
Add 2.4.4 support
2 parents cfc8443 + f3c3196 commit 1a4a5c5

File tree

3 files changed

+43
-14
lines changed

3 files changed

+43
-14
lines changed

.github/workflows/integration.yml

Lines changed: 40 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ jobs:
2828
options: --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
2929
steps:
3030
- uses: actions/checkout@v2
31-
- name: M2 Integration Tests with Magento 2 Version 2.3.6-p1 (PHP 7.3)
32-
uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
33-
with:
34-
module_name: Koality_MagentoPlugin
35-
composer_name: customgento/module-koality-m2
36-
ce_version: '2.3.6-p1'
37-
- uses: actions/checkout@v2
3831
- name: M2 Integration Tests with Magento 2 Version 2.3.7-p1 (PHP 7.3)
3932
uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
4033
with:
@@ -49,19 +42,26 @@ jobs:
4942
composer_name: customgento/module-koality-m2
5043
ce_version: '2.3.7-p1'
5144
- uses: actions/checkout@v2
52-
- name: M2 Integration Tests with Magento 2 Version 2.4.2-p2 (PHP 7.3)
45+
- name: M2 Integration Tests with Magento 2 Version 2.3.7-p2 (PHP 7.3)
5346
uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
5447
with:
5548
module_name: Koality_MagentoPlugin
5649
composer_name: customgento/module-koality-m2
57-
ce_version: '2.4.2-p2'
50+
ce_version: '2.3.7-p2'
5851
- uses: actions/checkout@v2
59-
- name: M2 Integration Tests with Magento 2 Version 2.4.3 (PHP 7.3)
52+
- name: M2 Integration Tests with Magento 2 Version 2.3.7-p2 (PHP 7.4)
53+
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
54+
with:
55+
module_name: Koality_MagentoPlugin
56+
composer_name: customgento/module-koality-m2
57+
ce_version: '2.3.7-p2'
58+
- uses: actions/checkout@v2
59+
- name: M2 Integration Tests with Magento 2 Version 2.4.2-p2 (PHP 7.3)
6060
uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
6161
with:
6262
module_name: Koality_MagentoPlugin
6363
composer_name: customgento/module-koality-m2
64-
ce_version: '2.4.3'
64+
ce_version: '2.4.2-p2'
6565
- uses: actions/checkout@v2
6666
- name: M2 Integration Tests with Magento 2 Version 2.4.2-p2 (PHP 7.4)
6767
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
@@ -70,6 +70,13 @@ jobs:
7070
composer_name: customgento/module-koality-m2
7171
ce_version: '2.4.2-p2'
7272
- uses: actions/checkout@v2
73+
- name: M2 Integration Tests with Magento 2 Version 2.4.3 (PHP 7.3)
74+
uses: extdn/github-actions-m2/magento-integration-tests/7.3@master
75+
with:
76+
module_name: Koality_MagentoPlugin
77+
composer_name: customgento/module-koality-m2
78+
ce_version: '2.4.3'
79+
- uses: actions/checkout@v2
7380
- name: M2 Integration Tests with Magento 2 Version 2.4.3 (PHP 7.4)
7481
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
7582
with:
@@ -90,3 +97,25 @@ jobs:
9097
module_name: Koality_MagentoPlugin
9198
composer_name: customgento/module-koality-m2
9299
ce_version: '2.4.3-p1'
100+
- uses: actions/checkout@v2
101+
- name: M2 Integration Tests with Magento 2 Version 2.4.3-p2 (PHP 7.4)
102+
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
103+
with:
104+
module_name: Koality_MagentoPlugin
105+
composer_name: customgento/module-koality-m2
106+
ce_version: '2.4.3-p2'
107+
- uses: actions/checkout@v2
108+
- name: M2 Integration Tests with Magento 2 Version 2.4.4 (PHP 7.4)
109+
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
110+
with:
111+
module_name: Koality_MagentoPlugin
112+
composer_name: customgento/module-koality-m2
113+
ce_version: '2.4.4'
114+
- uses: actions/checkout@v2
115+
- name: M2 Integration Tests with Magento 2 Version 2.4.4 (PHP 8.1)
116+
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
117+
with:
118+
module_name: Koality_MagentoPlugin
119+
composer_name: customgento/module-koality-m2
120+
ce_version: '2.4.4'
121+
composer_version: '2'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "customgento/module-koality-m2",
33
"description": "koality.io Magento 2 Plugin can be used to continuously monitor a Magento 2 shop for business metrics.",
44
"type": "magento2-module",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"license": "OSL-3.0",
77
"authors": [
88
{
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~7.3.0||~7.4.0",
14+
"php": "~7.3.0||~7.4.0||~8.1.0",
1515
"magento/framework": "~102.0||~103.0",
1616
"magento/module-backend": "~101.0||~102.0",
1717
"magento/module-catalog": "~103.0||~104.0",

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ If you have any issues with this extension, please open a [GitHub issue](https:/
129129
[OSL - Open Software Licence 3.0](https://opensource.org/licenses/osl-3.0.php)
130130

131131
## Copyright
132-
© 2021 CustomGento GmbH
132+
© 2021 - present CustomGento GmbH

0 commit comments

Comments
 (0)