We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7488d3d commit a57dae1Copy full SHA for a57dae1
1 file changed
.github/workflows/build-and-test.yml
@@ -54,6 +54,8 @@ jobs:
54
- "5.34"
55
- "5.36"
56
- "5.38"
57
+ - "5.40"
58
+ - "5.42"
59
container:
60
image: perldocker/perl-tester:${{ matrix.perl-version }}
61
env:
@@ -101,6 +103,8 @@ jobs:
101
103
102
104
105
106
107
108
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
109
needs: build
110
steps:
0 commit comments