SpringMT / zstd-ruby

Ruby binding for zstd(Zstandard - Fast real-time compression algorithm)
https://github.com/facebook/zstd
BSD 3-Clause "New" or "Revised" License
69 stars 16 forks source link

Compatibility Inquiry: [zstd-ruby] 1.5.5.0 with Ruby 3.3.0 #63

Closed sydverisk closed 8 months ago

sydverisk commented 9 months ago

Hi,

I'm seeking confirmation regarding the compatibility of the [zstd-ruby] 1.5.5.0 with the recently released Ruby 3.3.0 (December 25, 2023).

While I reviewed the gem's documentation on https://github.com/SpringMT/zstd-ruby/blob/main/.github/workflows/ruby.yml the code specified the ruby-version: ['2.7', '3.0', '3.1', '3.2']. Unfortunately, I haven't found any explicit confirmation on compatibility with newer versions like 3.3.0.

Given your expertise in this area, could you offer any insights or leads on this matter? Any information you can provide would be greatly appreciated.

Thank you for your time and assistance!

SpringMT commented 8 months ago

Add 3.3 for GitHub Actions ruby-version matrix and pass all tests.

sydverisk commented 7 months ago

Thanks! for the response @SpringMT I appreciate it!