Skip to content

Commit

Permalink
fix circleci --ignore-platform-req=ext-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
lopadova committed Nov 29, 2024
1 parent 348d8d3 commit 97a1c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

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

- save_cache:
key: v1-dependencies-{{ checksum "composer.json" }}
Expand Down

0 comments on commit 97a1c2c

Please sign in to comment.