-
Notifications
You must be signed in to change notification settings - Fork 25
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
Build rpms using ruby 3.3 #517
Conversation
WIP: this is working for me and I'm able to build rpms locally. Have not installed on an appliance yet. Have not upgraded an appliance yet. Just put in WIP to have discussions first |
.github/workflows/ci.yaml
Outdated
@@ -13,6 +13,7 @@ jobs: | |||
matrix: | |||
ruby-version: | |||
- '3.1' | |||
- '3.1' |
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.
This should be 3.3, right?
un-WIP: These builds are working for me. |
Backported to
|
Build rpms using ruby 3.3 (cherry picked from commit e9c1776)
This uses ruby 3.3 on appliances