From 33ad94b9f898392b7603498b2000cc3cb80924b8 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sat, 25 Jun 2022 10:23:58 -0700 Subject: [PATCH] add several 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 d4a0ab91..dec0a377 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.10', '5.12', '5.14', '5.30', '5.32', 'latest' ] + perl: [ '5.10', '5.12', '5.14', '5.16', '5.18', '5.20', '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