Skip to content

Commit 3756c88

Browse files
committed
Test more perls in CI
1 parent 6e24c0d commit 3756c88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- "5.34"
5353
- "5.36"
5454
- "5.38"
55+
- "5.40"
56+
- "5.42"
5557
container:
5658
image: perldocker/perl-tester:${{ matrix.perl-version }}
5759
env:
@@ -99,6 +101,8 @@ jobs:
99101
- "5.34"
100102
- "5.36"
101103
- "5.38"
104+
- "5.40"
105+
- "5.42"
102106
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
103107
needs: build
104108
steps:

0 commit comments

Comments
 (0)