Skip to content

Commit

Permalink
Stop testing with Perl 5.10
Browse files Browse the repository at this point in the history
More and more stuff on CPAN isn't installable on 5.10, so it's causing CI
failures.
  • Loading branch information
autarch committed Nov 24, 2021
1 parent c5c3091 commit 8ddcb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stages:
parameters:
coverage: codecov
debug: true
from_perl: "5.10"
from_perl: "5.12"
extra_prereqs:
- Mason::Tidy
- Perl::Critic
Expand Down

0 comments on commit 8ddcb75

Please sign in to comment.