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 501a71d commit 99289abCopy full SHA for 99289ab
.circleci/config.yml
@@ -58,19 +58,14 @@ 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-php8.1
70
71
"quality-tools":
72
73
- - image: algolia/magento2-circleci:2.4.4-php7.4-v1
74
working_directory: ~/build_directory/algoliasearch-magento-2
75
steps:
76
- checkout
0 commit comments