28
28
options : --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
29
29
steps :
30
30
- 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
38
31
- name : M2 Integration Tests with Magento 2 Version 2.3.7-p1 (PHP 7.3)
39
32
uses : extdn/github-actions-m2/magento-integration-tests/7.3@master
40
33
with :
@@ -49,19 +42,26 @@ jobs:
49
42
composer_name : customgento/module-koality-m2
50
43
ce_version : ' 2.3.7-p1'
51
44
- 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)
53
46
uses : extdn/github-actions-m2/magento-integration-tests/7.3@master
54
47
with :
55
48
module_name : Koality_MagentoPlugin
56
49
composer_name : customgento/module-koality-m2
57
- ce_version : ' 2.4.2 -p2'
50
+ ce_version : ' 2.3.7 -p2'
58
51
- 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)
60
60
uses : extdn/github-actions-m2/magento-integration-tests/7.3@master
61
61
with :
62
62
module_name : Koality_MagentoPlugin
63
63
composer_name : customgento/module-koality-m2
64
- ce_version : ' 2.4.3 '
64
+ ce_version : ' 2.4.2-p2 '
65
65
- uses : actions/checkout@v2
66
66
- name : M2 Integration Tests with Magento 2 Version 2.4.2-p2 (PHP 7.4)
67
67
uses : extdn/github-actions-m2/magento-integration-tests/7.4@master
70
70
composer_name : customgento/module-koality-m2
71
71
ce_version : ' 2.4.2-p2'
72
72
- 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
73
80
- name : M2 Integration Tests with Magento 2 Version 2.4.3 (PHP 7.4)
74
81
uses : extdn/github-actions-m2/magento-integration-tests/7.4@master
75
82
with :
90
97
module_name : Koality_MagentoPlugin
91
98
composer_name : customgento/module-koality-m2
92
99
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'
0 commit comments