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

Add support for Rails 8.0 #111

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Add support for Rails 8.0 #111

merged 1 commit into from
Nov 26, 2024

Conversation

rkrage
Copy link
Contributor

@rkrage rkrage commented Nov 25, 2024

Also:

  • Remove Ruby 3.1 from build matrix
  • Use ~> syntax in appraisal definitions such that we pull in the latest patch versions of Rails when the tests run

We'll want jcoleman/relation_to_struct#23 to be merged and released first

Closes #109

@rkrage rkrage mentioned this pull request Nov 25, 2024
@@ -10,13 +10,13 @@ jobs:
- 15
- 16
ruby:
- "3.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment from here: jcoleman/relation_to_struct#23 (comment)

The other versions of Rails still support 3.1 but it was much easier to just remove it completely instead of special-casing Rails 8. I think this should be fine as Ruby 3.1 is EOL in 4 months?

- Remove Ruby 3.1 from build matrix
@rkrage rkrage marked this pull request as ready for review November 26, 2024 16:06
@rkrage rkrage changed the title [WIP] Add support for Rails 8.0 Add support for Rails 8.0 Nov 26, 2024
@jcoleman jcoleman merged commit f716287 into rails-upgrades Nov 26, 2024
65 checks passed
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