mislav / will_paginate

Pagination library for Rails and other Ruby applications
http://github.com/mislav/will_paginate/wikis
MIT License
5.71k stars 868 forks source link

Move CI from Travis to GitHub Actions #625

Closed mislav closed 3 years ago

mislav commented 3 years ago

This quits testing across Ruby 2.1–2.3 and Rails 3.0–4.2 because of various dependency problems. The will_paginate library should still work with these versions in theory; it's just that we won't verify this in CI anymore since it's proven to be very hard to maintain.