Skip to content

Commit 8a21e20

Browse files
committed
disable 5.14 and 5.16 for strawberry perl
There are installation issues in the dependencies, specifically Business::ISBN. This module has windows tests, but they run on different versions of Windows with 5.40. There are no testers reports for windows on old versions on CPAN.
1 parent 7df08f0 commit 8a21e20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
- { distribution: strawberry, perl-version: "5.8" }
7676
- { distribution: strawberry, perl-version: "5.10" }
7777
- { distribution: strawberry, perl-version: "5.12" }
78+
- { distribution: strawberry, perl-version: "5.14" }
79+
- { distribution: strawberry, perl-version: "5.16" }
7880
- { distribution: strawberry, perl-version: "5.34" }
7981
- { distribution: strawberry, perl-version: "5.36" }
8082
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)