Skip to content

Commit

Permalink
Merge pull request #202 from buildkite/test-ruby-3.3-rc
Browse files Browse the repository at this point in the history
Test collector on 3.3-rc Ruby in anticipation of Dec 2023 release
  • Loading branch information
gchan authored Sep 4, 2023
2 parents 358f836 + 7c91ce1 commit f60834e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions buildkite.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
steps:
- label: ":rspec: Tests :ruby: 3.3-rc"
command:
- "bundle"
- "bundle exec rake"
plugins:
- docker#v3.7.0:
image: "445615400570.dkr.ecr.us-east-1.amazonaws.com/ecr-public/docker/library/ruby:3.3-rc"
soft_fail: true

- label: ":rspec: Tests :ruby: {{matrix}}"
command:
- "bundle"
Expand All @@ -12,6 +21,7 @@ steps:
- "3.1"
- "3.0"
- "2.7"

- group: ":rspec: Legacy Ruby :ruby:"
steps:
- label: ":rspec: Tests :ruby: {{matrix}}"
Expand Down

0 comments on commit f60834e

Please sign in to comment.