Skip to content

Commit f4d411e

Browse files
authored
Merge pull request #55 from oss-serverless/avoid-eol-ruby
Update ruby example to use non-EOL ruby version
2 parents acd6595 + 0f003bb commit f4d411e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/fixtures/programmatic/invocation/serverless.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ functions:
3939
handler: remaining_time.handler
4040
timeout: 3
4141
ruby:
42-
runtime: ruby2.7
42+
runtime: ruby3.4
4343
handler: handler.handler
4444
rubyRemainingTime:
45-
runtime: ruby2.7
45+
runtime: ruby3.4
4646
handler: remaining_time.handler
4747
timeout: 3
4848
rubyDeadline:
49-
runtime: ruby2.7
49+
runtime: ruby3.4
5050
handler: deadline_ms.handler
5151
rubyClass:
52-
runtime: ruby2.7
52+
runtime: ruby3.4
5353
handler: class.MyModule::MyClass.my_class_method

0 commit comments

Comments
 (0)