diff options
Diffstat (limited to 'test/oryx/scenarios.json')
-rw-r--r-- | test/oryx/scenarios.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/oryx/scenarios.json b/test/oryx/scenarios.json index bbfc277..c61483e 100644 --- a/test/oryx/scenarios.json +++ b/test/oryx/scenarios.json @@ -3,6 +3,16 @@ "image": "ubuntu:focal", "features": { "dotnet": { + "version": "7", + "installUsingApt": "false" + }, + "oryx": {} + } + }, + "install_prev_dotnet_and_oryx": { + "image": "ubuntu:focal", + "features": { + "dotnet": { "version": "6", "installUsingApt": "false" }, |