Sha256: a3096c6834c256551d85fbb8318e359b0028e9e6a279ddd28a9c4c5f44fe8273

Contents?: true

Size: 456 Bytes

Versions: 5

Compression:

Stored size: 456 Bytes

Contents

version: 2.1

jobs:
  test_and_lint:
    parameters:
      ruby-version:
        type: string
    docker:
      - image: cimg/ruby:<< parameters.ruby-version >>
    steps:
      - checkout
      - run: gem install bundler
      - run: bundle install
      - run: bundle exec rake rspec_rubocop

workflows:
  version: 2
  workflow:
    jobs:
      - test_and_lint:
          matrix:
            parameters:
              ruby-version: ["2.6", "2.7", "3.0"]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
contentful-management-3.8.0 .circleci/config.yml
contentful-management-3.7.0 .circleci/config.yml
contentful-management-3.6.0 .circleci/config.yml
contentful-management-3.5.0 .circleci/config.yml
contentful-management-3.4.0 .circleci/config.yml