We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb8786 commit 46af81fCopy full SHA for 46af81f
.circleci/config.yml
@@ -46,9 +46,8 @@ jobs:
46
bin/fixowns
47
bin/setup-composer-auth
48
bin/cli git clone [email protected]:magento/magento2.git .
49
- bin/cli git checkout tags/<< parameters.magento-version >>>-develop
+ bin/cli git checkout tags/<< parameters.magento-version >>-p6
50
bin/composer install
51
- # bin/composer require algolia/algoliasearch-client-php "^4.0" -W
52
- run:
53
name: Configure AlgoliaSearch extension
54
working_directory: ~/Sites
@@ -67,6 +66,7 @@ jobs:
67
66
name: Compile AlgoliaSearch extension
68
69
command: |
+ bin/composer require algolia/algoliasearch-client-php "^4.0" -W
70
bin/magento setup:di:compile
71
bin/magento module:status Algolia_AlgoliaSearch
72
0 commit comments