Skip to content

Commit

Permalink
Merge pull request #696 from plack/perl-538
Browse files Browse the repository at this point in the history
Bump minimum perl requirement to 5.12
  • Loading branch information
miyagawa authored Jul 5, 2023
2 parents 7d40112 + 6f89150 commit db2a055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
perl:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
perl-version:
- '5.8'
- '5.10'
- '5.12'
- '5.14'
- '5.16'
Expand All @@ -22,6 +21,8 @@ jobs:
- '5.28'
- '5.30'
- '5.32'
- '5.34'
- '5.36'
container:
image: perl:${{ matrix.perl-version }}
steps:
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 db2a055

Please sign in to comment.