Skip to content

Commit 0f9a65d

Browse files
committed
Remove Perl v5.20 from our GitHub Actions test matrix.
The Perl v5.20 image is based on Ubuntu "Jessie", which is *long past* EOL, and which can no longer cleanly install our `.deb` dependencies in order to build/run our test suite. So... remove it from the test matrix.
1 parent 0596a19 commit 0f9a65d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/perl-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
- "5.26"
109109
- "5.24"
110110
- "5.22"
111-
- "5.20"
112111

113112
container:
114113
image: perl:${{ matrix.perl-version }}

0 commit comments

Comments
 (0)