Skip to content

Add Rails 8.0.x and Ruby 3.4.x to ci matrix #197

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

voxik
Copy link

@voxik voxik commented Jun 19, 2025

No description provided.

@voxik
Copy link
Author

voxik commented Jun 19, 2025

Not sure what the ArgumentError: Unrecognized ActiveSupport::Cache.format_version: 8.0 means. Dropping the following line removes the error:

@app.config.active_support.cache_format_version = Rails::VERSION::STRING.to_f

But it was introduced for some purpose:

b73e5f9

@voxik
Copy link
Author

voxik commented Jun 19, 2025

Not sure what the ArgumentError: Unrecognized ActiveSupport::Cache.format_version: 8.0 means. Dropping the following line removes the error:

@app.config.active_support.cache_format_version = Rails::VERSION::STRING.to_f

But it was introduced for some purpose:

b73e5f9

Checking the source code / documentation, it should likely be always 7.0 for the moment, unless there is some smarter way to detect the supported formats, because ideally, it should be the most recent supported.

Rails 8 have not introduced new cache format such as `8.0`. Keep using
the highest available ATM.
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.

1 participant