Skip to content

Commit b8a9d40

Browse files
authored
fix: deprecate .NET 7
1 parent 1ab9290 commit b8a9d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ You can write functions in any of the following runtimes and execute them straig
3333
- Java 11
3434
- Java 8
3535
- .NET 8
36-
- .NET 7
3736
- .NET 6
3837
- Ruby 3.3
3938
- Ruby 3.2
@@ -42,7 +41,7 @@ You can write functions in any of the following runtimes and execute them straig
4241

4342
Any runtime that [Lambda supports](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html), you can use!
4443

45-
Sidecar is maintained by [Aaron Francis](https://twitter.com/aarondfrancis), go follow me on Twitter!
44+
Sidecar is maintained by [Aaron Francis](https://twitter.com/aarondfrancis), go follow me on Twitter!
4645

4746
### What It Looks Like
4847

src/Runtime.php

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ abstract class Runtime
3939

4040
public const DOT_NET_8 = 'dotnet8';
4141

42+
/** @deprecated */
4243
public const DOT_NET_7 = 'dotnet7';
4344

4445
public const DOT_NET_6 = 'dotnet6';

0 commit comments

Comments
 (0)