.circleci/config.yml in rspec_test_data-1.0.0 vs .circleci/config.yml in rspec_test_data-1.0.1

- old
+ new

@@ -1,9 +1,9 @@ version: 2.1 orbs: # See https://circleci.com/developer/orbs/orb/circleci/ruby - ruby: circleci/ruby@1.2.0 + ruby: circleci/ruby@2.0.0 jobs: # keyword test: # my name for the job parameters: # keyword ruby-version: # my parameter name type: string # type is a keyword @@ -30,6 +30,6 @@ - test: # my name for the job matrix: # keyword parameters: # keyword # All rubies being maintained per this page: # https://www.ruby-lang.org/en/downloads/branches/ - ruby-version: [ "2.5", "2.6", "2.7", "3.0" ] + ruby-version: [ "2.7", "3.0", "3.1", "3.2" ]