Skip to content

Commit 67f713b

Browse files
circle ci issue fix
1 parent 947f7c6 commit 67f713b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,10 @@ 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-
6661
"magento-2.4":
6762
<<: *shared
6863
docker:
69-
- image: algolia/magento2-circleci:v3-2.4.0
64+
- image: algolia/magento2-circleci:2.4.4-php7.4-v1
7065

7166
"quality-tools":
7267
docker:
@@ -110,6 +105,5 @@ workflows:
110105
version: 2
111106
build:
112107
jobs:
113-
- "magento-2.3"
114108
- "magento-2.4"
115109
- "quality-tools"

0 commit comments

Comments
 (0)