Skip to content

Add the option to use latest in since-perl #4

Open
@atoomic

Description

@atoomic

The goal would be to be able to use the latest current Perl version (with or without devel)
This could be used a in few workflow like the one from https://github.com/abw/Template2

Idea:

  perl-versions:
    runs-on: ubuntu-latest
    name: List Perl versions
    outputs:
      perl-versions: ${{ steps.action.outputs.perl-versions }}
    steps:
      - id: action
        uses: perl-actions/perl-versions@v1
        with:
          since-perl: latest
          with-devel: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions