Skip to content

Run tests against latest/multiple versions of SDK #265

@Charles-Gagnon

Description

@Charles-Gagnon

Right now we only run our tests against a single, pinned version of the SDK. There's a couple of potential issues with this :

  1. 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)
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions