Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ruby 3.3 to CI matrix #54

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Add Ruby 3.3 to CI matrix #54

merged 1 commit into from
Dec 27, 2023

Conversation

a2ikm
Copy link
Contributor

@a2ikm a2ikm commented Dec 27, 2023

I added Ruby 3.3.0 to the CI matrix.

There are no implementation changes, so there's no need to release a new version to support Ruby 3.3.

As a side note, we have the following warnings while running spec against Ruby 3.3. We can see them here. According to the release note, it is just for mongo gem and we don't have to do anything to resolve it.

/opt/hostedtoolcache/Ruby/3.3.0/x64/lib/ruby/gems/3.3.0/gems/mongo-2.19.3/lib/mongo.rb:18: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of mongo-2.19.3 to add base64 into its gemspec.
/opt/hostedtoolcache/Ruby/3.3.0/x64/lib/ruby/gems/3.3.0/gems/bson-4.15.0/lib/bson/decimal128.rb:16: warning: bigdecimal was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add bigdecimal to your Gemfile or gemspec. Also contact author of bson-4.15.0 to add bigdecimal into its gemspec.

@a2ikm a2ikm merged commit e901f20 into master Dec 27, 2023
13 checks passed
@a2ikm a2ikm deleted the ruby-3-3 branch December 27, 2023 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant