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

[v4/Breaking] Bump ubuntu: 22.04, minimum ruby: 2.5, minimum rails 5.0 #1128

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

waltjones
Copy link
Contributor

@waltjones waltjones commented Jun 27, 2023

Description of the change

These changes are targeted for the upcoming v4 release.

Bump Ubuntu to 22.04

Why not use latest?
We try to support the oldest language versions we reasonably can in CI. Using Ubuntu version latest will break CI unexpectedly when a new Ubuntu is released. It's better to update intentionally to known compatible versions.

Remove Ruby < 2.5, and Rails < 5.0 from CI

Ruby 2.4 was EOL 3.5 years ago. Rails 4.x was EOL 6 years ago.

As noted above, we try to support EOL versions as long as practical. Rubygems.org is no longer reliably installing some of the gems required by these old Gemfiles, therefore they must be removed from CI.

Type of change

  • Maintenance

@waltjones waltjones changed the title Bump ubuntu to 20.04 Bump ubuntu to 20.04 and remove Ruby 2.0.0 from CI Jun 27, 2023
@waltjones waltjones changed the title Bump ubuntu to 20.04 and remove Ruby 2.0.0 from CI [v4/Breaking] Bump ubuntu to 20.04 and remove Ruby 2.0.0 from CI Jun 27, 2023
@waltjones waltjones force-pushed the waltjones/ci-ubuntu-20.04 branch from efa79c1 to 082bd12 Compare October 12, 2023 17:58
@waltjones waltjones changed the title [v4/Breaking] Bump ubuntu to 20.04 and remove Ruby 2.0.0 from CI [v4/Breaking] Bump ubuntu: 22.04, minimum ruby: 2.5, minimum rails 5.0 Oct 12, 2023
@waltjones waltjones merged commit 07e0432 into master Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants