File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ shared: &shared
9
9
name : Override the Algolia extension with the cloned one
10
10
command : |
11
11
cd ~/magento_directory/vendor/algolia
12
- # rm -rf algoliasearch-magento-2
12
+ rm -rf algoliasearch-magento-2
13
13
cp -R ~/build_directory/algoliasearch-magento-2 ~/magento_directory/vendor/algolia
14
14
cd ~/magento_directory
15
15
composer dump-autoload
@@ -58,10 +58,15 @@ shared: &shared
58
58
php -dmemory_limit=-1 ../../../vendor/bin/phpunit --debug ../../../vendor/algolia/algoliasearch-magento-2/Test
59
59
60
60
jobs :
61
+ " magento-2.3 " :
62
+ << : *shared
63
+ docker :
64
+ - image : algolia/magento2-circleci:v3-2.3.5-p2
65
+
61
66
" magento-2.4 " :
62
67
<< : *shared
63
68
docker :
64
- - image : algolia/magento2-circleci:2.4.4-php7.4-v1
69
+ - image : algolia/magento2-circleci:v3- 2.4.0
65
70
66
71
" quality-tools " :
67
72
docker :
@@ -105,5 +110,6 @@ workflows:
105
110
version : 2
106
111
build :
107
112
jobs :
113
+ - " magento-2.3"
108
114
- " magento-2.4"
109
115
- " quality-tools"
Original file line number Diff line number Diff line change @@ -257,15 +257,9 @@ class ConfigPatch implements SchemaPatchInterface
257
257
],
258
258
],
259
259
];
260
- private IndexerInterfaceFactory $ indexerFactory ;
261
260
262
- /**
263
- * @param ConfigInterface $config
264
- * @param ProductMetadataInterface $productMetadata
265
- * @param ModuleDataSetupInterface $moduleDataSetup
266
- * @param SubscriptionFactory $subscriptionFactory
267
- * @param IndexerInterfaceFactory $indexerFactory
268
- */
261
+ private $ indexerFactory ;
262
+
269
263
public function __construct (
270
264
ConfigInterface $ config ,
271
265
ProductMetadataInterface $ productMetadata ,
You can’t perform that action at this time.
0 commit comments