Skip to content

Commit a57dae1

Browse files
committed
Test more perls in CI
1 parent 7488d3d commit a57dae1

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
@@ -54,6 +54,8 @@ jobs:
5454
- "5.34"
5555
- "5.36"
5656
- "5.38"
57+
- "5.40"
58+
- "5.42"
5759
container:
5860
image: perldocker/perl-tester:${{ matrix.perl-version }}
5961
env:
@@ -101,6 +103,8 @@ jobs:
101103
- "5.34"
102104
- "5.36"
103105
- "5.38"
106+
- "5.40"
107+
- "5.42"
104108
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
105109
needs: build
106110
steps:

0 commit comments

Comments
 (0)