Skip to content

Commit

Permalink
Drop support for Perl earlier than 5.26.0 (#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas committed Jan 10, 2025
1 parent afbc496 commit 7ea6b06
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
- '5.30'
#- '5.28'
- '5.26'
- '5.24'
#- '5.22'
- '5.20'
#- '5.18'
- '5.16'
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
16 changes: 8 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
- coverage-report
- make clean

"5.16":
"5.26":
<<: *job
variables:
COVERAGE: 1
"5.18":
"5.28":
<<: *job
"5.20":
"5.30":
<<: *job
"5.22":
"5.32":
<<: *job
"5.24":
"5.34":
<<: *job
"5.26":
"5.36":
<<: *job
"5.28":
"5.38":
<<: *job
"5.30":
"5.40":
<<: *job
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ sudo: false
language: perl

perl:
- "5.40"
- "5.38"
- "5.36"
- "5.34"
- "5.32"
- "5.30"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"

matrix:
include:
- perl: "5.16"
- perl: "5.26"
env: COVERAGE=1

before_install:
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Minimum version of Perl required.
# Notation suggested on https://metacpan.org/pod/Carton#PERL-VERSIONS
requires 'perl', '5.16.0';
requires 'perl', '5.26.0';

# Used to zip/unzip for archive and shared document download/upload.
# Note: Some environments not providing 'Archive::Zip::Simple*' modules may
Expand Down

0 comments on commit 7ea6b06

Please sign in to comment.