Skip to content

Commit

Permalink
Merge branch 'enhancement/perl-5.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
cromedome committed Aug 1, 2023
2 parents a6f15f6 + bdd6729 commit 3251a84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,14 @@ jobs:
perl-version:
- '5.32'
- "5.30"
- "5.14"
# - "5.28"
# - "5.26"
# - "5.24"
# - "5.22"
# - "5.20"
# - "5.18"
# - "5.16"
# - "5.14"
- "5.12" # Not available?

container:
image: perl:${{ matrix.perl-version }}
Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
A. Crome)

[ ENHANCEMENTS ]
* PR #1682: Bump minimum version of Perl to 5.14 (Jason A. Crome)

[ DOCUMENTATION ]
* GH #1669: Show correct usage of Dancer2::Core::Error (GeekRuthie)
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.012005;
requires 'perl', 5.014000;
requires 'Attribute::Handlers';
requires 'Carp';
requires 'Clone';
Expand Down

0 comments on commit 3251a84

Please sign in to comment.