Skip to content

Commit

Permalink
add dotnet8 to runtime_supported_by_docker in test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
hawflau committed Feb 21, 2024
1 parent 72872f2 commit 682967d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ def runtime_supported_by_docker(runtime: str) -> bool:
"nodejs20.x",
"java21",
"python3.12",
"dotnet8",
}
min_docker_version = "20.10.10"
return runtime not in al2023_based_runtimes or (
Expand Down

0 comments on commit 682967d

Please sign in to comment.