yosiat / panko_serializer

High Performance JSON Serialization for ActiveRecord & Ruby Objects
https://panko.dev
MIT License
592 stars 36 forks source link

ci: add Ruby head (3.3-pre) to the test matrix #149

Closed tnir closed 11 months ago

tnir commented 1 year ago

Ruby 3.3 (GA) is coming in 2 months.

yosiat commented 1 year ago

I prefer to test only against stable versions and not HEAD. so once Ruby 3.3 is out we can add it to the matrix.

yosiat commented 11 months ago

ruby 3.3 is released 🚀 added to CI - https://github.com/yosiat/panko_serializer/pull/152

thanks for your contribution anyway!