Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from CircleCI to GitHub Actions #2131

Closed
mattbrictson opened this issue May 23, 2023 · 0 comments · Fixed by #2132
Closed

Switch from CircleCI to GitHub Actions #2131

mattbrictson opened this issue May 23, 2023 · 0 comments · Fixed by #2132

Comments

@mattbrictson
Copy link
Member

mattbrictson commented May 23, 2023

Capistrano currently uses CircleCI to test against Ruby versions going all the way back to 2.0.

Maintaining the CI configuration has become more of a burden due to our reliance on the official Docker images for Ruby. The Docker images for old versions of Ruby are based on very outdated versions of Ubuntu that are hard to support. This has resulted in a number of CI failures that have to be regularly fixed: #2130, #2124, #2116, #2106.

GitHub Actions seems like it would be easier to maintain. SSHKit has already been migrated to GitHub Actions. I would like to do the same for Capistrano.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant