Skip to content

Commit 4c7f0c8

Browse files
committed
drop support for Perl < 5.14
IO::Socket::Inet requires us to have 5.14.
1 parent 484a3bf commit 4c7f0c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/dzil-build-and-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ jobs:
7474
matrix:
7575
os: [ubuntu-latest]
7676
perl-version:
77-
- "5.8"
78-
- "5.10"
79-
- "5.12"
8077
- "5.14"
8178
- "5.16"
8279
- "5.18"
@@ -116,9 +113,6 @@ jobs:
116113
matrix:
117114
os: [macos-latest]
118115
perl-version:
119-
- "5.8"
120-
- "5.10"
121-
- "5.12"
122116
- "5.14"
123117
- "5.16"
124118
- "5.18"

0 commit comments

Comments
 (0)