]> git.donarmstrong.com Git - perltidy.git/commitdiff
add several versions
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 25 Jun 2022 17:23:58 +0000 (10:23 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 25 Jun 2022 17:23:58 +0000 (10:23 -0700)
.github/workflows/perltest.yml

index d4a0ab91858a7300016fa3b2cc745ef10f0b4339..dec0a377e97cb5cf8d89d8aa8920da8586d1ced1 100644 (file)
@@ -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 }}