Skip to content

Commit

Permalink
chore: Update CPAN installer workflow configuration to use Perl 5.8 o…
Browse files Browse the repository at this point in the history
…n Windows
  • Loading branch information
shogo82148 committed Sep 4, 2024
1 parent ef8bf15 commit e5212a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-cpan-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- carton
perl:
- "5.40" # latest version of Perl 5
- "5.6"
- "5.8"
distribution:
- "default"
include:
Expand All @@ -48,15 +48,15 @@ jobs:
os: "windows-latest"
installer: "carton"
distribution: "strawberry"
- perl: "5.6"
- perl: "5.8"
os: "windows-latest"
installer: "cpanm"
distribution: "strawberry"
- perl: "5.6"
- perl: "5.8"
os: "windows-latest"
installer: "cpm"
distribution: "strawberry"
- perl: "5.6"
- perl: "5.8"
os: "windows-latest"
installer: "carton"
distribution: "strawberry"
Expand Down

0 comments on commit e5212a1

Please sign in to comment.