Skip to content

Commit

Permalink
Run specs on ruby 3.2 rc1
Browse files Browse the repository at this point in the history
3.2.0 was released yesterday, but there's no docker image yet. This will
do for now.
  • Loading branch information
yob committed Dec 27, 2022
1 parent 837d106 commit 444f8e3
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 444f8e3

Please sign in to comment.