rom-rb / rom

Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.08k stars 161 forks source link

[ci] use runtime deps matrix only with latest MRI #579

Closed solnic closed 4 years ago

solnic commented 4 years ago

The intention of this PR is to limit runtime deps matrix only to the latest MRI version, because it should be enough to verify that things work with crucial deps from master vs latest released versions.

Unfortunately I don't know HOW to do it yet 😆