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 947f7c6 commit 67f713bCopy full SHA for 67f713b
.circleci/config.yml
@@ -58,15 +58,10 @@ shared: &shared
58
php -dmemory_limit=-1 ../../../vendor/bin/phpunit --debug ../../../vendor/algolia/algoliasearch-magento-2/Test
59
60
jobs:
61
- "magento-2.3":
62
- <<: *shared
63
- docker:
64
- - image: algolia/magento2-circleci:v3-2.3.5-p2
65
-
66
"magento-2.4":
67
<<: *shared
68
docker:
69
- - image: algolia/magento2-circleci:v3-2.4.0
+ - image: algolia/magento2-circleci:2.4.4-php7.4-v1
70
71
"quality-tools":
72
@@ -110,6 +105,5 @@ workflows:
110
105
version: 2
111
106
build:
112
107
113
- - "magento-2.3"
114
108
- "magento-2.4"
115
109
- "quality-tools"
0 commit comments