Skip to content

Commit f21368b

Browse files
committed
Test Perl 5.38 and 5.40
1 parent cca7085 commit f21368b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
os: [ubuntu-latest, macos-latest, windows-latest]
8-
perl: [ '5.36', '5.34', '5.32', '5.30', '5.28', '5.26', '5.24', '5.22', '5.20', '5.18', '5.16', '5.14', '5.12', '5.10', '5.8' ]
8+
perl: [ '5.40', '5.38', '5.36', '5.34', '5.32', '5.30', '5.28', '5.26', '5.24', '5.22', '5.20', '5.18', '5.16', '5.14', '5.12', '5.10', '5.8' ]
99
name: 🐪 Perl ${{ matrix.perl }} on ${{ matrix.os }}
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)