]> git.donarmstrong.com Git - perltidy.git/commitdiff
added perl versions
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 24 Jun 2022 19:38:36 +0000 (12:38 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 24 Jun 2022 19:38:36 +0000 (12:38 -0700)
.github/workflows/perltest.yml

index 83bebeb1d69c99e0b8ebb84f39819c5fd63fa398..970e6894dfdec35bb67365d9c3d3733495ddfc66 100644 (file)
@@ -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 }}