Skip to content

Commit

Permalink
Merge pull request #514 from yob/ruby-3-1-for-ci
Browse files Browse the repository at this point in the history
bump various CI steps from ruby 2.7 to 3.1
  • Loading branch information
yob authored May 14, 2023
2 parents 559b447 + 5a8194d commit 1f34b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ steps:
label: ":sorbet:"
env:
DOCKER_IMAGE: "ruby"
RUBY_VERSION: "2.7"
RUBY_VERSION: "3.1"

- command: "auto/run-require-strict-typing"
label: "typed: strict"
env:
DOCKER_IMAGE: "ruby"
RUBY_VERSION: "2.7"
RUBY_VERSION: "3.1"

- command: "auto/run-quality"
label: "quality"
env:
DOCKER_IMAGE: "ruby"
RUBY_VERSION: "2.7"
RUBY_VERSION: "3.1"

- wait

Expand Down

0 comments on commit 1f34b8a

Please sign in to comment.