Commit 3ebb462
ci: fix broken test matrix and update actions
Docker Hub deprecated Image Format v1, breaking pulls for perl:5.8
through perl:5.24 containers on GitHub Actions. This caused all CI
runs (including main branch) to fail on those versions.
- Remove Perl 5.8-5.24 from matrix (Docker images no longer pullable)
- Add Perl 5.34, 5.36, 5.38, 5.40 to matrix
- Update actions/checkout from v2 to v4
The module still supports Perl 5.006+ at runtime; only CI coverage
of versions older than 5.26 is affected by this infrastructure change.
Supersedes #14 and #15.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 529c087 commit 3ebb462
1 file changed
Lines changed: 7 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 57 | | |
63 | 58 | | |
64 | 59 | | |
65 | 60 | | |
66 | 61 | | |
67 | 62 | | |
68 | | - | |
| 63 | + | |
69 | 64 | | |
70 | 65 | | |
71 | 66 | | |
| |||
93 | 88 | | |
94 | 89 | | |
95 | 90 | | |
96 | | - | |
| 91 | + | |
97 | 92 | | |
98 | 93 | | |
99 | 94 | | |
| |||
0 commit comments