-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Milestone
Description
Right now we only run our tests against a single, pinned version of the SDK. There's a couple of potential issues with this :
- When a new version of the SDK comes out we have to be watching for that and then update our tests to use the new version. This could mean we miss breaking changes being made (such as Output binding errors with microsoft.net.sdk.functions >=4.1.0/>=3.1.0 #263)
- Only testing against one version of the runtime means we might miss issues that only occur in one version or another
We should expand our test coverage to include testing all supported versions of the SDK/runtime
kshyju and dzsquared