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 348d8d3 commit 97a1c2cCopy full SHA for 97a1c2c
.circleci/config.yml
@@ -38,7 +38,7 @@ jobs:
38
# fallback to using the latest cache if no exact match is found
39
- v1-dependencies-
40
41
- - run: composer install -n --prefer-dist --ignore-platform-req=redis
+ - run: composer install -n --prefer-dist --ignore-platform-req=ext-redis
42
43
- save_cache:
44
key: v1-dependencies-{{ checksum "composer.json" }}
0 commit comments