Skip to content

Commit

Permalink
Merge pull request #503 from yob/ruby-3-2
Browse files Browse the repository at this point in the history
Run specs on ruby 3.2 rc1
  • Loading branch information
yob authored Dec 27, 2022
2 parents 837d106 + 444f8e3 commit dd9ac19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ steps:
DOCKER_IMAGE: "ruby"
RUBY_VERSION: "3.1"

- command: "auto/run-specs"
label: "rspec (3.2)"
env:
DOCKER_IMAGE: "ruby"
RUBY_VERSION: "3.2-rc"

- command: "auto/run-specs"
label: "rspec (jruby-9.1)"
env:
Expand Down

0 comments on commit dd9ac19

Please sign in to comment.