From: Steve Hancock Date: Fri, 24 Jun 2022 19:38:36 +0000 (-0700) Subject: added perl versions X-Git-Tag: 20220613.01~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=def05fa9729fdda77e9878837d2cc8c5d10e70b0;p=perltidy.git added perl versions --- 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 }}