From bb6cece73e187ddeb6166ce4c6f4dd45e09deac8 Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Sat, 21 May 2022 23:33:02 +0600 Subject: [PATCH] Docker Resource Class - Small --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 35490df..e21d45a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,8 @@ jobs: # Specify the version you desire here - image: cimg/php:8.1.5 + resource_class: small + # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/