Skip to content

Commit

Permalink
bump minimum perl to 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jul 5, 2023
1 parent edbb796 commit 6f89150
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.8'
- '5.10'
- '5.12'
- '5.14'
- '5.16'
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires 'perl', '5.008001';
requires 'perl', '5.012000';

requires 'Cookie::Baker', '0.07';
requires 'Devel::StackTrace', '1.23';
Expand Down

0 comments on commit 6f89150

Please sign in to comment.