Skip to content

Commit 005c369

Browse files
authored
feat(serverless): add PHP 8.2 runtime (#1487)
1 parent fb14bf9 commit 005c369

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/function/v1beta1/function_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ const (
244244
FunctionRuntimeGo119 = FunctionRuntime("go119")
245245
// FunctionRuntimePython311 is [insert doc].
246246
FunctionRuntimePython311 = FunctionRuntime("python311")
247+
// FunctionRuntimePhp82 is [insert doc].
248+
FunctionRuntimePhp82 = FunctionRuntime("php82")
247249
)
248250

249251
func (enum FunctionRuntime) String() string {

0 commit comments

Comments
 (0)