Skip to content

Commit 97a1c2c

Browse files
committed
fix circleci --ignore-platform-req=ext-redis
1 parent 348d8d3 commit 97a1c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# fallback to using the latest cache if no exact match is found
3939
- v1-dependencies-
4040

41-
- run: composer install -n --prefer-dist --ignore-platform-req=redis
41+
- run: composer install -n --prefer-dist --ignore-platform-req=ext-redis
4242

4343
- save_cache:
4444
key: v1-dependencies-{{ checksum "composer.json" }}

0 commit comments

Comments
 (0)