diff --git a/.circleci/config.yml b/.circleci/config.yml index ed55b71b..061abdf0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: docker: # Specify the version you desire here # See: https://circleci.com/developer/images/image/cimg/ruby - - image: cimg/ruby:3.3 + - image: cimg/ruby:3.2.3 # Add steps to the job # See: https://circleci.com/docs/jobs-steps/#steps-overview & https://circleci.com/docs/configuration-reference/#steps @@ -35,4 +35,4 @@ workflows: sample: # This is the name of the workflow, feel free to change it to better match your workflow. # Inside the workflow, you define the jobs you want to run. jobs: - - build \ No newline at end of file + - build