Skip to content

Commit

Permalink
Update CPAN installer workflow configuration to include Perl 5.40 on …
Browse files Browse the repository at this point in the history
…Windows
  • Loading branch information
shogo82148 committed Sep 4, 2024
1 parent b22a59b commit ef8bf15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-cpan-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ jobs:
distribution:
- "default"
include:
- perl: "5.40"
os: "windows-latest"
installer: "cpanm"
distribution: "strawberry"
- perl: "5.40"
os: "windows-latest"
installer: "cpm"
distribution: "strawberry"
- perl: "5.40"
os: "windows-latest"
installer: "carton"
distribution: "strawberry"
- perl: "5.6"
os: "windows-latest"
installer: "cpanm"
Expand Down

0 comments on commit ef8bf15

Please sign in to comment.