Skip to content

Commit 5dcd625

Browse files
Circle CI
1 parent 12326f1 commit 5dcd625

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ shared: &shared
99
name: Override the Algolia extension with the cloned one
1010
command: |
1111
cd ~/magento_directory/vendor/algolia
12-
# rm -rf algoliasearch-magento-2
12+
rm -rf algoliasearch-magento-2
1313
cp -R ~/build_directory/algoliasearch-magento-2 ~/magento_directory/vendor/algolia
1414
cd ~/magento_directory
1515
composer dump-autoload
@@ -58,10 +58,15 @@ shared: &shared
5858
php -dmemory_limit=-1 ../../../vendor/bin/phpunit --debug ../../../vendor/algolia/algoliasearch-magento-2/Test
5959
6060
jobs:
61+
"magento-2.3":
62+
<<: *shared
63+
docker:
64+
- image: algolia/magento2-circleci:v3-2.3.5-p2
65+
6166
"magento-2.4":
6267
<<: *shared
6368
docker:
64-
- image: algolia/magento2-circleci:2.4.4-php7.4-v1
69+
- image: algolia/magento2-circleci:v3-2.4.0
6570

6671
"quality-tools":
6772
docker:
@@ -105,5 +110,6 @@ workflows:
105110
version: 2
106111
build:
107112
jobs:
113+
- "magento-2.3"
108114
- "magento-2.4"
109115
- "quality-tools"

Setup/Patch/Schema/ConfigPatch.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,9 @@ class ConfigPatch implements SchemaPatchInterface
257257
],
258258
],
259259
];
260-
private IndexerInterfaceFactory $indexerFactory;
261260

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+
269263
public function __construct(
270264
ConfigInterface $config,
271265
ProductMetadataInterface $productMetadata,

0 commit comments

Comments
 (0)