Skip to content

Commit 46ae43f

Browse files
committed
Experimenting with Perl version
1 parent 66bfdd7 commit 46ae43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
21-
perl: [ '5.32', '5.30', '5.28', '5.26', '5.24', '5.22', '5.20', '5.18', '5.16', '5.14', '5.12', '5.10']
21+
perl: [ 'latest' ]
2222
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2323
steps:
2424
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)