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 Rails 7.2 to the CI matrix #145

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

skryukov
Copy link
Contributor

This PR adds Rails 7.2 to the CI matrix, makes it the default Rails version for the local development and also updates the test environment since Rails 7.2 dropped support for the outdated config.action_dispatch.show_exceptions boolean config values.

@@ -29,7 +29,7 @@
config.cache_store = :null_store

# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = false
config.action_dispatch.show_exceptions = Rails.version < '7.1' ? false : :none
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice!

@bknoles bknoles merged commit b2701ec into inertiajs:master Oct 30, 2024
12 checks passed
@skryukov skryukov deleted the add-rails-7.2-to-ci-matrix branch October 31, 2024 04:53
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