Skip to content

Commit

Permalink
Raises min to 5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofey Potapov committed May 13, 2024
1 parent 7fede45 commit 06668e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,11 @@ jobs:
test-job:
needs: build-job
strategy:
fail-fast: false
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest ]
distribution: [ default ]
perl-version:
- "5.12"
- "5.14"
- "5.16"
- "5.18"
- "5.20"
Expand Down
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ my $builder = $class->new(
'Test::More' => '0',
},
requires => {
'perl' => '5.012',
'perl' => '5.016',
'Sub::Util' => '0',
'Runtime::Debugger' => '0.19',
'Data::Trace' => '0.19',
Expand Down

0 comments on commit 06668e9

Please sign in to comment.