Skip to content

Support version segment placeholder in the sdk constraint #56

Closed
@shilangyu

Description

@shilangyu

Actions often provide the possibility of specifying the version with a x placeholder for the tool to pick the newest available version.

For example, if the sdk was specified as following:

with:
    sdk: 2.16.x

This action would grab 2.16.2 (which as of posting this issue is the newest patch release for 2.16). Currently this results in an error. This would be very useful for patch versions, as there is often no incentive to stick to a particular patch version. Instead, I would like the patches to be applied automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions