Skip to content

Commit 2ae0a4a

Browse files
Update runtimes and support dates in documentation
Fixed the comments that Jian left
1 parent 9deefd3 commit 2ae0a4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

includes/static-web-apps-languages-runtimes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ To configure the API language runtime version, set the `apiRuntime` property in
1212
|--|--|--|--|--|
1313
| .NET Core 3.1 | Windows | 3.x | `dotnet:3.1` | December 3, 2022 |
1414
| .NET 6.0 in-process | Windows | 4.x | `dotnet:6.0` | April 30, 2025 |
15+
| .NET 8.0 in-process | Windows | 4.x | `dotnet:8.0` | - |
1516
| .NET 6.0 isolated | Windows | 4.x | `dotnet-isolated:6.0` | April 30, 2025 |
1617
| .NET 7.0 isolated | Windows | 4.x | `dotnet-isolated:7.0` | April 30, 2025 |
1718
| .NET 8.0 isolated | Windows | 4.x | `dotnet-isolated:8.0` | - |
1819
| .NET 9.0 isolated | Windows | 4.x | `dotnet-isolated:9.0` | - |
1920
| Node.js 12.x | Linux | 3.x | `node:12` | December 3, 2022 |
2021
| Node.js 14.x | Linux | 4.x | `node:14` | April 30, 2025 |
2122
| Node.js 16.x | Linux | 4.x | `node:16` | April 30, 2025 |
22-
| Node.js 18.x | Linux | 4.x | `node:18` | April 30, 2025 |
23+
| Node.js 18.x | Linux | 4.x | `node:18` | May 31, 2025 |
2324
| Node.js 20.x | Linux | 4.x | `node:20` | - |
2425
| Python 3.8 | Linux | 4.x | `python:3.8` | April 30, 2025 |
25-
| Python 3.9 | Linux | 4.x | `python:3.9` | April 30, 2025 |
26+
| Python 3.9 | Linux | 4.x | `python:3.9` | - |
2627
| Python 3.10 | Linux | 4.x | `python:3.10` | - |
2728
| Python 3.11 | Linux | 4.x | `python:3.11` | - |
2829

0 commit comments

Comments
 (0)