Skip to content

Commit ccc344d

Browse files
author
rongxwang
committed
fix: 修改runtime规则
1 parent 6d657c6 commit ccc344d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

serverless.component.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: layer
2-
version: 0.1.6
2+
version: 0.1.7
33
author: 'Tencent Cloud, Inc'
44
org: 'Tencent Cloud, Inc'
55
description: Layer 组件,允许用户创建部署云函数 SCF 的层内容。 配置其他组件减少部署的代码包体积。
@@ -31,16 +31,22 @@ actions:
3131
allow:
3232
- Python2.7
3333
- Python3.6
34+
- Python3.7
3435
- Nodejs6.10
3536
- Nodejs8.9
3637
- Nodejs10.15
3738
- Nodejs12.16
3839
- Nodejs14.18
3940
- Nodejs16.13
4041
- Php5
42+
- Php5.6
4143
- Php7
44+
- Php7.2
45+
- Php7.4
46+
- Php8.0
4247
- Go1
4348
- Java8
49+
- Java11
4450
- CustomRuntime
4551
region:
4652
type: string

0 commit comments

Comments
 (0)