Skip to content

Commit f263d2e

Browse files
committed
Test Perl 5.12+ in CI
We use MX-Getopt, which in turn requires Getopt-Long-Descriptive, which now requires 5.12+. You could actually still use most of TCM with earlier Perls, but not the CLI tool. See rjbs/Getopt-Long-Descriptive#40
1 parent 37adecd commit f263d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stages:
1515
coverage: codecov
1616
debug: true
1717
test_xt: true
18-
from_perl: 5.10
18+
from_perl: 5.12
1919

2020
- template: templates/helpers/macos.yml@ci-perl-helpers
2121
parameters:

0 commit comments

Comments
 (0)