From 05162263771433a60d85b8e9fcaee17c70aeddbf Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Sat, 8 Jun 2024 09:31:20 -0400 Subject: [PATCH] test perl-versions --- .github/workflows/multiperl-test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/multiperl-test.yml b/.github/workflows/multiperl-test.yml index 02ed9bdc1..bc67c9785 100644 --- a/.github/workflows/multiperl-test.yml +++ b/.github/workflows/multiperl-test.yml @@ -12,6 +12,18 @@ jobs: - name: Build archive uses: rjbs/dzil-build@v0 + 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: v5.20.1 # does this work? + with-devel: false + multiperl-test: needs: build-tarball runs-on: ubuntu-latest