From 06823f039ddbd806e2754c06cbf21f2ec51c9b62 Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Sat, 21 May 2022 22:54:49 +0600 Subject: [PATCH] CircleCI Configuration for Tests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4539b12..9a87522 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: # fallback to using the latest cache if no exact match is found - v1-dependencies- - - run: composer install + - run: composer install --ignore-platform-reqs - save_cache: key: v1-dependencies-{{ checksum "composer.json" }}