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

Run CI against Rails 7.2 #33

Merged
merged 5 commits into from
Aug 19, 2024
Merged

Conversation

ohbarye
Copy link
Contributor

@ohbarye ohbarye commented Aug 18, 2024

Hi, based on Rails 7.2 release, this pull request makes CI run tests against Rails 7.2.

Main changes are:

@@ -39,6 +39,12 @@ jobs:
- ruby: '3.2'
activerecord: '7.1'
gemfile: 'activerecord_7_1.gemfile'
- 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.

Rails 7.2 supports Ruby 3.1 as a minimum version.

https://guides.rubyonrails.org/7_2_release_notes.html

Copy link
Owner

Choose a reason for hiding this comment

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

I believe that it is enough to test against latest stable version of Ruby

@Envek Envek merged commit fbb1e36 into Envek:master Aug 19, 2024
11 checks passed
@Envek
Copy link
Owner

Envek commented Aug 19, 2024

Thank you very much for your pull request!

@ohbarye ohbarye deleted the ci-against-rails-7-2 branch August 19, 2024 04:41
@ohbarye
Copy link
Contributor Author

ohbarye commented Aug 19, 2024

Thanks for your review!

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