.circleci/config.yml in salsify_rubocop-1.42.0 vs .circleci/config.yml in salsify_rubocop-1.42.1
- old
+ new
@@ -1,17 +1,17 @@
version: 2.1
jobs:
lint:
docker:
- - image: salsify/ruby_ci:2.6.6
+ - image: salsify/ruby_ci:2.7.7
working_directory: ~/salsify_rubocop
steps:
- checkout
- restore_cache:
keys:
- - v1-gems-ruby-2.6.6-{{ checksum "salsify_rubocop.gemspec" }}-{{ checksum "Gemfile" }}
- - v1-gems-ruby-2.6.6-
+ - v1-gems-ruby-2.7.7-{{ checksum "salsify_rubocop.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
@@ -64,9 +64,9 @@
- lint
- test:
matrix:
parameters:
ruby_version:
- - "2.6.6"
- "2.7.2"
- "3.0.0"
- "3.1.1"
+ - "3.2.0"