Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
atoomic opened this issue Apr 28, 2024 · 0 comments
Open

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

atoomic opened this issue Apr 28, 2024 · 0 comments

Comments

@atoomic
Copy link
Member

atoomic commented Apr 28, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant