.circleci/config.yml in net-http-report-0.2.0 vs .circleci/config.yml in net-http-report-0.3.0

- old
+ new

@@ -1,26 +1,26 @@ version: 2.1 jobs: lint: docker: - - image: salsify/ruby_ci:2.6.6 + - image: salsify/ruby_ci:2.7.7 working_directory: ~/net-http-report steps: - checkout - restore_cache: keys: - - v1-gems-ruby-2.6.6-{{ checksum "net-http-report.gemspec" }}-{{ checksum "Gemfile" }} - - v1-gems-ruby-2.6.6- + - v1-gems-ruby-2.7.7-{{ checksum "net-http-report.gemspec" }}-{{ checksum "Gemfile" }} + - v1-gems-ruby-2.7.7- - run: name: Install Gems command: | if ! bundle check --path=vendor/bundle; then bundle install --path=vendor/bundle --jobs=4 --retry=3 bundle clean fi - save_cache: - key: v1-gems-ruby-2.6.6-{{ checksum "net-http-report.gemspec" }}-{{ checksum "Gemfile" }} + key: v1-gems-ruby-2.7.7-{{ checksum "net-http-report.gemspec" }}-{{ checksum "Gemfile" }} paths: - "vendor/bundle" - "gemfiles/vendor/bundle" - run: name: Run Rubocop @@ -64,8 +64,9 @@ - lint - test: matrix: parameters: ruby_version: - - "2.6.6" - - "2.7.2" - - "3.0.0" + - "2.7.7" + - "3.0.5" + - "3.1.3" + - "3.2.0"