Conversation
New Lambda managed runtime: Ruby 3.4 (`ruby3.4`)
|
I see in the code that we have a couple more tests. Do we want to add Ruby 3.4 to those tests as well? I have linked some of the tests that I think we should include this new version in.
|
The first one is a test to try some edge cases in runtime image, and it's not necessarily valuable to add every runtime there (there were some special edge cases for Go and Provided runtimes). The other ones are integration tests that will be added separately. (Maybe I should have sent those already, but they still can't be merged until all the build images and all parts are all merged already) |
New Lambda managed runtime: Ruby 3.4 (
ruby3.4)Which issue(s) does this change fix?
Why is this change necessary?
How does it address the issue?
Also checked the previous PR for Ruby 3.3 support: #6878 (in that case it was added as a "preview" runtime)
Changes related to integration/canary tests (AppVeyor) will come separately (some of them require other tools to be updated too, like build images, app templates or cfn-lint).
What side effects does this change have?
Mandatory Checklist
PRs will only be reviewed after checklist is complete
make prpassesmake update-reproducible-reqsif dependencies were changedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.