Skip to content

Commit

Permalink
fixup! Update build pipeline to run tests under multiple Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gchan committed Aug 31, 2023
1 parent e7c7f07 commit bae475a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildkite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ steps:
- "3.1.4"
- "3.0.6"
- "2.7.8"
// Images for older Ruby version are not available in AWS ECR so fallback
// to Docker Hub
- group: ":rspec: Legacy Ruby :ruby:"
steps:
- label: ":rspec: Tests :ruby: {{matrix}}"
Expand All @@ -21,6 +23,7 @@ steps:
plugins:
- docker#v3.7.0:
image: "ruby:{{matrix}}"
soft_fail: true
matrix:
- "2.6.10"
- "2.5.9"
Expand Down

0 comments on commit bae475a

Please sign in to comment.