Skip to content

Commit

Permalink
test perl-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 8, 2024
1 parent 589fd8d commit 00bae97
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/multiperl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ jobs:
- name: Build archive
uses: rjbs/dzil-build@v0

perl-versions:
runs-on: ubuntu-latest
name: list perl versions
perl-versions: ${{ steps.action.outputs.perl-versions }}
steps:
- id: action
uses: perl-actions/perl-versions@v1
with:
since-perl: v5.20.1 # does this work?
with-devel: false

multiperl-test:
needs: build-tarball
runs-on: ubuntu-latest
Expand Down

0 comments on commit 00bae97

Please sign in to comment.