Sha256: 3e5ea3fd68c375f47a2aedf10e4319e4f6e95b8a5393457d317e537cc25ae400
Contents?: true
Size: 834 Bytes
Versions: 4
Compression:
Stored size: 834 Bytes
Contents
agents: queue: hosted steps: - label: ":rspec: Tests :ruby: {{matrix}}" command: - "bundle" - "bundle exec rake" plugins: - docker#v3.7.0: image: "public.ecr.aws/docker/library/ruby:{{matrix}}" matrix: - "latest" - "3.3" - "3.2" - "3.1" - "3.0" - "2.7" - group: ":rspec: Legacy Ruby :ruby:" steps: - label: ":rspec: Tests :ruby: {{matrix}}" command: - "gem install bundler:2.3.25" - "bundle" - "bundle exec rake" plugins: - docker#v3.7.0: # Images for older Ruby versions aren't available on AWS ECR # so fall back to Docker Hub image: "ruby:{{matrix}}" matrix: - "2.6" - "2.5" - "2.4" - "2.3"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
buildkite-test_collector-2.7.2 | buildkite.yaml |
buildkite-test_collector-2.7.1 | buildkite.yaml |
buildkite-test_collector-2.7.0 | buildkite.yaml |
buildkite-test_collector-2.6.1 | buildkite.yaml |