diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-03-01 10:34:31 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-03-01 10:34:31 +0300 |
commit | 018003a29157534319297c6d55355e54333637d1 (patch) | |
tree | 33f4369beff1f0c2f529e093e2df415e8ca29173 /test/dotnet/scenarios.json | |
parent | 7d4845e677edd34f036f99279864e72da78d2bab (diff) |
Update additional version test
Diffstat (limited to 'test/dotnet/scenarios.json')
-rw-r--r-- | test/dotnet/scenarios.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dotnet/scenarios.json b/test/dotnet/scenarios.json index 720e1e3..b52e9af 100644 --- a/test/dotnet/scenarios.json +++ b/test/dotnet/scenarios.json @@ -3,8 +3,8 @@ "image": "ubuntu:focal", "features": { "dotnet": { - "version": "6.0.301", - "additionalVersions": "5.0,3.1.420" + "version": "latest", + "additionalVersions": "6.0.405, 3.1.416" } } }, |