Skip to content

Commit

Permalink
Protobuf is not going to have new binary build anytime soon
Browse files Browse the repository at this point in the history
So just don't test on Ruby 3.3 this gem yet. An alternative is to mess
around with Ruby platform and let it compile each time. Probably
de-optimizes older Ruby versions, which have a precompiled binaries
already.
  • Loading branch information
mostlyobvious committed Dec 29, 2023
1 parent 0ae2034 commit b315fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/ci/generate
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class CI
matrix:
join(
generate(
ruby_version(MRI_RUBY),
ruby_version(MRI_RUBY.drop(1)),
bundle_gemfile(GEMFILE, GEMFILE_RAILS_6_1, GEMFILE_RAILS_6_0),
database_url(SQLITE3)
)
Expand Down

0 comments on commit b315fa4

Please sign in to comment.