.circleci/config.yml in legion-json-1.1.3 vs .circleci/config.yml in legion-json-1.1.4

- old
+ new

@@ -67,42 +67,26 @@ - "/usr/local/bundle" - run: bundle exec rspec --format progress --format RspecJunitFormatter -o rspec-results.xml - store_test_results: path: rspec-results.xml - sonarcloud/scan - "jruby92-11jdk": + "ruby-three": docker: - - image: circleci/jruby:9.2-jre11 + - image: circleci/ruby:3 steps: - checkout - restore_cache: - key: "bundler cache jruby92-11jdk" + key: "bundler cache mri" - run: bundle update - save_cache: - key: "bundler cache jruby92-11jdk" + key: "bundler cache mri" paths: - "/usr/local/bundle" - run: bundle exec rspec --format progress --format RspecJunitFormatter -o rspec-results.xml - store_test_results: path: rspec-results.xml - sonarcloud/scan - "jruby92-14jdk": - docker: - - image: circleci/jruby:9.2-jdk14 - steps: - - checkout - - restore_cache: - key: "bundler cache jruby92-14jdk" - - run: bundle update - - save_cache: - key: "bundler cache jruby92-14jdk" - paths: - - "/usr/local/bundle" - - run: bundle exec rspec --format progress --format RspecJunitFormatter -o rspec-results.xml - - store_test_results: - path: rspec-results.xml - - sonarcloud/scan workflows: version: 2 rubocop-rspec: jobs: @@ -114,11 +98,8 @@ requires: - ruby-two-five - ruby-two-seven: requires: - ruby-two-five - - jruby92-11jdk: - requires: - - ruby-two-five - - jruby92-14jdk: + - ruby-three: requires: - ruby-two-five \ No newline at end of file