Move CI to GitHub Actions and deprecate versions
Angelmmiguel opened this issue · 1 comments
Angelmmiguel commented
Currently, the project is using Travis CI (org) which it's no longer supported. I plan to move the CI to GitHub actions so new PRs and commits are properly tested.
In addition to that, I plan to deprecate several ruby and rails versions as they are no longer maintained. After these changes, I will keep the following versions:
- Ruby:
- 2.7
- 3.0
- 3.1
- Rails:
- 5.2
- 6.0
- 6.1
- 7.0
Angelmmiguel commented
In the end, I also drop Ruby 2.6 as its support ends on 31th March 2022