.circleci/config.yml in hierarchable-0.3.4 vs .circleci/config.yml in hierarchable-0.4.0

- old
+ new

@@ -44,11 +44,11 @@ # quality: resource_class: small docker: - - image: cimg/ruby:3.1.3 + - image: cimg/ruby:3.2.2 steps: # --------- SETUP --------- - attach-dependencies @@ -71,10 +71,10 @@ test: resource_class: small docker: - - image: cimg/ruby:3.1.3 + - image: cimg/ruby:3.2.2 steps: # --------- SETUP --------- - attach-dependencies \ No newline at end of file