From def05fa9729fdda77e9878837d2cc8c5d10e70b0 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 24 Jun 2022 12:38:36 -0700 Subject: [PATCH] added perl versions --- .github/workflows/perltest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perltest.yml b/.github/workflows/perltest.yml index 83bebeb1..970e6894 100644 --- a/.github/workflows/perltest.yml +++ b/.github/workflows/perltest.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - perl: [ '5.30', 'latest' ] + perl: [ '5.8', '5.10', '5.12', '5.14', '5.30', '5.32', 'latest' ] # Using the value from the matrix above we select the platform (operating system) to run on runs-on: ${{ matrix.os }} -- 2.39.5