Skip to content

Commit 0cfa0a5

Browse files
author
Jikun
committed
feat: upgrade swa runtime version
1 parent 11fe14d commit 0cfa0a5

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

schema/staticwebapp.config.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -585,20 +585,14 @@
585585
"apiRuntime": {
586586
"type": "string",
587587
"enum": [
588-
"dotnet:3.1",
589-
"dotnet:6.0",
590-
"dotnet-isolated:6.0",
591-
"dotnet-isolated:7.0",
588+
"dotnet:8.0",
592589
"dotnet-isolated:8.0",
593590
"dotnet-isolated:9.0",
594-
"node:12",
595-
"node:14",
596-
"node:16",
597591
"node:18",
598592
"node:20",
599-
"python:3.8",
600593
"python:3.9",
601-
"python:3.10"
594+
"python:3.10",
595+
"python:3.11"
602596
],
603597
"description": "Language runtime for the managed functions API"
604598
}

0 commit comments

Comments
 (0)