Commit b629258
committed
ci: fix multi-version matrix failures on Perl < 5.24
The cpm dependency manager now requires Perl 5.24+, breaking the
Install Dependencies step on all older Perl containers (5.8-5.22).
Fix by removing the Install Dependencies step from the matrix job
entirely — all runtime and test dependencies (XSLoader, Carp,
Test::More) are core Perl modules. Also remove AUTHOR_TESTING and
RELEASE_TESTING env vars since author tests (Test::Pod,
Test::Pod::Coverage) are already covered by the ubuntu and disttest
jobs.1 parent 6c8b7f8 commit b629258
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
80 | | - | |
81 | 79 | | |
82 | 80 | | |
83 | 81 | | |
| |||
91 | 89 | | |
92 | 90 | | |
93 | 91 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 92 | | |
101 | 93 | | |
102 | 94 | | |
| |||
0 commit comments