Skip to content

Commit

Permalink
Merge pull request #140 from yahonda/ruby34
Browse files Browse the repository at this point in the history
Add Ruby 3.4 image to Rails CI
  • Loading branch information
byroot authored Dec 27, 2024
2 parents faddf14 + 7b9ec81 commit e801690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/rails-ci/pipeline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
build_context.rubies << Buildkite::Config::RubyConfig.master_debug_ruby
build_context.default_ruby = Buildkite::Config::RubyConfig.master_ruby
else
build_context.setup_rubies %w(2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4.0-rc1)
build_context.setup_rubies %w(2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4)
end

group do
Expand Down

0 comments on commit e801690

Please sign in to comment.