-
Notifications
You must be signed in to change notification settings - Fork 16
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 github workflows on ruby 3.0 #127
base: master
Are you sure you want to change the base?
Conversation
a8e81d5
to
6cd2b76
Compare
Do you know if there's a way to allow some configurations to fail ? That would be most helpful ... While we're at it, I would add 3.1 and 3.2 too ... |
5ae3841
to
5a28ea9
Compare
Not that I know of. There was this issue/feature request but it was closed as not planned on Dec 22, 2022.
I tried and they were failing so I left them to be added n the future. |
5a28ea9
to
b23c238
Compare
0f72ec8
to
ac464bc
Compare
Hey ... FYI ... I hijacked this issue to solve a git test problem. My objective is to have pass tests and merge. |
Unfortunately, the simple way that is using Git.default_options does not work for recursive initialization of submodules (since the config is not propagated to the submodules themselves)
478ee13
to
96dc422
Compare
Cool.. Thank you for that. |
By the way, you mentioned you wanted to keep support for Ruby 2.5. Don't you want to add that to the ruby-version matrix in that case? |
Good catch, re-added. |
96dc422
to
8e16f35
Compare
👍 |
@doudou Can we merge this? |
@doudou @g-arjones I would appreciate, if this can be merged. This would simplify working on Ubuntu24 a lot 😃 |
Depends on: