diff --git a/.circleci/config.yml b/.circleci/config.yml index 555e191e3..70ef30dc9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ orbs: jobs: build-python: docker: - - image: cimg/ruby:3.3.6-browsers + - image: cimg/ruby:3.4.1-browsers working_directory: ~/repo steps: - checkout @@ -44,7 +44,7 @@ jobs: build: docker: - - image: cimg/ruby:3.3.6-browsers + - image: cimg/ruby:3.4.1-browsers working_directory: ~/repo steps: - checkout @@ -112,7 +112,7 @@ jobs: well-formed: docker: - - image: cimg/ruby:3.3.6-node + - image: cimg/ruby:3.4.1-node working_directory: ~/repo steps: - checkout @@ -129,7 +129,7 @@ jobs: built-in-datatypes: docker: - - image: cimg/ruby:3.3.6-node + - image: cimg/ruby:3.4.1-node working_directory: ~/repo steps: - checkout @@ -146,7 +146,7 @@ jobs: spelling: docker: - - image: cimg/ruby:3.3.6-node + - image: cimg/ruby:3.4.1-node working_directory: ~/repo steps: - checkout