Add the option to use `latest` in `since-perl`
Opened this issue · 0 comments
atoomic commented
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