.circleci/config.yml in request_handler-2.2.0 vs .circleci/config.yml in request_handler-2.3.0

- old
+ new

@@ -17,11 +17,11 @@ key: gem-cache-{{ .Branch }}-{{ checksum "request_handler.gemspec" }} paths: - vendor/bundle - run: ruby -v - - run: + - run: name: run tests command: | mkdir /tmp/test-results TEST_FILES="$(circleci tests glob "spec/**/*_spec.rb" | \ circleci tests split --split-by=timings)" @@ -49,10 +49,15 @@ ruby-2.7: docker: - image: circleci/ruby:2.7 steps: *common_steps + ruby-3.0: + docker: + - image: circleci/ruby:3.0 + steps: + *common_steps jruby-9.3: docker: - image: circleci/jruby:9.3 steps: *common_steps @@ -68,7 +73,8 @@ version: 2 build: jobs: - ruby-2.6 - ruby-2.7 + - ruby-3.0 - jruby-9.3 - - jruby-9.3-indy \ No newline at end of file + - jruby-9.3-indy