Skip to content

Commit 3e9e3df

Browse files
authored
Merge pull request #7 from customgento/update-github-actions
Update GitHub actions
2 parents f79372d + 101d259 commit 3e9e3df

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

.github/workflows/integration.yml

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,58 +28,66 @@ 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.4.3-p2 (PHP 7.4)
31+
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p3 (PHP 7.4)
3232
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
3333
with:
3434
module_name: Koality_MagentoPlugin
3535
composer_name: customgento/module-koality-m2
36-
ce_version: '2.4.3-p2'
36+
ce_version: '2.4.4-p3'
3737
composer_version: '2'
3838
- uses: actions/checkout@v2
39-
- name: M2 Integration Tests with Magento 2 Version 2.4.3-p3 (PHP 7.4)
40-
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
39+
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p3 (PHP 8.1)
40+
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
4141
with:
4242
module_name: Koality_MagentoPlugin
4343
composer_name: customgento/module-koality-m2
44-
ce_version: '2.4.3-p3'
44+
ce_version: '2.4.4-p3'
4545
composer_version: '2'
4646
- uses: actions/checkout@v2
47-
- name: M2 Integration Tests with Magento 2 Version 2.4.4 (PHP 7.4)
47+
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p4 (PHP 7.4)
4848
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
4949
with:
5050
module_name: Koality_MagentoPlugin
5151
composer_name: customgento/module-koality-m2
52-
ce_version: '2.4.4'
52+
ce_version: '2.4.4-p4'
5353
composer_version: '2'
5454
- uses: actions/checkout@v2
55-
- name: M2 Integration Tests with Magento 2 Version 2.4.4 (PHP 8.1)
55+
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p4 (PHP 8.1)
5656
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
5757
with:
5858
module_name: Koality_MagentoPlugin
5959
composer_name: customgento/module-koality-m2
60-
ce_version: '2.4.4'
60+
ce_version: '2.4.4-p4'
6161
composer_version: '2'
6262
- uses: actions/checkout@v2
63-
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p1 (PHP 7.4)
64-
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
63+
- name: M2 Integration Tests with Magento 2 Version 2.4.5-p2 (PHP 8.1)
64+
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
65+
with:
66+
module_name: Koality_MagentoPlugin
67+
composer_name: customgento/module-koality-m2
68+
ce_version: '2.4.5-p2'
69+
composer_version: '2'
70+
- uses: actions/checkout@v2
71+
- name: M2 Integration Tests with Magento 2 Version 2.4.5-p3 (PHP 8.1)
72+
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
6573
with:
6674
module_name: Koality_MagentoPlugin
6775
composer_name: customgento/module-koality-m2
68-
ce_version: '2.4.4-p1'
76+
ce_version: '2.4.5-p3'
6977
composer_version: '2'
7078
- uses: actions/checkout@v2
71-
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p1 (PHP 8.1)
79+
- name: M2 Integration Tests with Magento 2 Version 2.4.6 (PHP 8.1)
7280
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
7381
with:
7482
module_name: Koality_MagentoPlugin
7583
composer_name: customgento/module-koality-m2
76-
ce_version: '2.4.4-p1'
84+
ce_version: '2.4.6'
7785
composer_version: '2'
7886
- uses: actions/checkout@v2
79-
- name: M2 Integration Tests with Magento 2 Version 2.4.5 (PHP 8.1)
87+
- name: M2 Integration Tests with Magento 2 Version 2.4.6-p1 (PHP 8.1)
8088
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
8189
with:
8290
module_name: Koality_MagentoPlugin
8391
composer_name: customgento/module-koality-m2
84-
ce_version: '2.4.5'
92+
ce_version: '2.4.6-p1'
8593
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.2",
5+
"version": "1.0.3",
66
"license": "OSL-3.0",
77
"authors": [
88
{
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~7.3.0||~7.4.0||~8.1.0",
14+
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0",
1515
"magento/framework": "~102.0||~103.0",
1616
"magento/module-backend": "~101.0||~102.0",
1717
"magento/module-catalog": "~103.0||~104.0",

0 commit comments

Comments
 (0)