-
-
Notifications
You must be signed in to change notification settings - Fork 231
ci: add rails 7.2 and 8.0 to the test matrix and bump some older dependencies #373
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
Conversation
# Conflicts: # Appraisals # gemfiles/rails_6.1.gemfile # gemfiles/rails_7.0.gemfile # gemfiles/rails_7.1.gemfile
|
@Nuzair46 since you helped me with the other PR, maybe you can have quick look at this one too? I added Rails 8.x to the test matrix, but it fails. Not sure if this is CI issue or |
| .bundle | ||
| gemfiles/*.lock | ||
| gemfiles/bin | ||
| gemfiles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a good idea to ignore the whole gemfiles folder? should be just lockfiles only right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a good question, but since all those files are anyway auto generated by appraisal install I think it does not really make sense to keep it in the repo?
|
@Nuzair46 I merged this one for the sake of having newer Rails in test in the light of your PR, but I had to exclude jruby for rails >= 7.1 due the failing tests: https://github.com/rubyconfig/config/actions/runs/16206006758/job/45756326675?pr=373 Do you maybe know how to fix this? |
Will be fixed in #376 |
No description provided.