Skip to content

Commit 265e2b9

Browse files
committed
add ruby3.4
1 parent c10134b commit 265e2b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/plugins/aws/provider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ class AwsProvider {
640640
'ruby2.7',
641641
'ruby3.2',
642642
'ruby3.3',
643+
'ruby3.4',
643644
],
644645
},
645646
awsLambdaRuntimeManagement: {

types/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ export type AwsLambdaRuntime =
7676
| "python3.13"
7777
| "ruby2.7"
7878
| "ruby3.2"
79-
| "ruby3.3";
79+
| "ruby3.3"
80+
| "ruby3.4";
8081
export type AwsLambdaRuntimeManagement =
8182
| ("auto" | "onFunctionUpdate")
8283
| {

0 commit comments

Comments
 (0)