@@ -28,58 +28,66 @@ jobs:
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.4.3-p2 (PHP 7.4)
31
+ - name : M2 Integration Tests with Magento 2 Version 2.4.4-p3 (PHP 7.4)
32
32
uses : extdn/github-actions-m2/magento-integration-tests/7.4@master
33
33
with :
34
34
module_name : Koality_MagentoPlugin
35
35
composer_name : customgento/module-koality-m2
36
- ce_version : ' 2.4.3-p2 '
36
+ ce_version : ' 2.4.4-p3 '
37
37
composer_version : ' 2'
38
38
- 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
41
41
with :
42
42
module_name : Koality_MagentoPlugin
43
43
composer_name : customgento/module-koality-m2
44
- ce_version : ' 2.4.3 -p3'
44
+ ce_version : ' 2.4.4 -p3'
45
45
composer_version : ' 2'
46
46
- 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)
48
48
uses : extdn/github-actions-m2/magento-integration-tests/7.4@master
49
49
with :
50
50
module_name : Koality_MagentoPlugin
51
51
composer_name : customgento/module-koality-m2
52
- ce_version : ' 2.4.4'
52
+ ce_version : ' 2.4.4-p4 '
53
53
composer_version : ' 2'
54
54
- 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)
56
56
uses : extdn/github-actions-m2/magento-integration-tests/8.1@master
57
57
with :
58
58
module_name : Koality_MagentoPlugin
59
59
composer_name : customgento/module-koality-m2
60
- ce_version : ' 2.4.4'
60
+ ce_version : ' 2.4.4-p4 '
61
61
composer_version : ' 2'
62
62
- 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
65
73
with :
66
74
module_name : Koality_MagentoPlugin
67
75
composer_name : customgento/module-koality-m2
68
- ce_version : ' 2.4.4-p1 '
76
+ ce_version : ' 2.4.5-p3 '
69
77
composer_version : ' 2'
70
78
- 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)
72
80
uses : extdn/github-actions-m2/magento-integration-tests/8.1@master
73
81
with :
74
82
module_name : Koality_MagentoPlugin
75
83
composer_name : customgento/module-koality-m2
76
- ce_version : ' 2.4.4-p1 '
84
+ ce_version : ' 2.4.6 '
77
85
composer_version : ' 2'
78
86
- 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)
80
88
uses : extdn/github-actions-m2/magento-integration-tests/8.1@master
81
89
with :
82
90
module_name : Koality_MagentoPlugin
83
91
composer_name : customgento/module-koality-m2
84
- ce_version : ' 2.4.5 '
92
+ ce_version : ' 2.4.6-p1 '
85
93
composer_version : ' 2'
0 commit comments