composite-primary-keys / composite_primary_keys

Composite Primary Keys support for Active Record
1.03k stars 350 forks source link

Adds Ruby 3.2 to CI. Updates checkout action versions. #589

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

Also quotes "3.0" to avoid truncation. An unquoted "3.0" is truncated to "3", which causes the latest Ruby 3 (at this point 3.2.0) to be loaded, which is not what's intended.

This runs green on my fork.

cfis commented 1 year ago

Thanks!