percy / percy-capybara

Visual testing for Capybara with Percy.
https://docs.percy.io/docs/capybara
MIT License
45 stars 23 forks source link

Remove Ruby 2.2 and 2.3 from CI configuration. Add Ruby 2.5 #72

Closed anaulin closed 5 years ago

anaulin commented 5 years ago

Ruby 2.2 is EOL, and Ruby 2.3 will be EOL by the end of this month (see: https://www.ruby-lang.org/en/downloads/branches/). Remove them from our CI configuration, and add Ruby 2.5 instead. (We also run our CI on ruby-latest, which is currently 2.6.x.)