diff --git a/.circleci/config.yml b/.circleci/config.yml index 064c38e9..d0055f31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: jobs: test: docker: - - image: cimg/ruby:3.3 + - image: cimg/ruby:3.3.4 environment: RAILS_ENV: test - image: cimg/postgres:13.3