Skip to content

Commit 827645d

Browse files
authored
feat(serverless): add PHP 8.2 runtime (#303)
1 parent 064cb77 commit 827645d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clients/src/api/function/v1beta1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export type FunctionRuntime =
4747
| 'rust165'
4848
| 'go119'
4949
| 'python311'
50+
| 'php82'
5051

5152
export type FunctionStatus =
5253
| 'unknown'

0 commit comments

Comments
 (0)