Skip to content

Commit

Permalink
Try to enforce 5.20 as the earliest version, 2014 seems like a fine r…
Browse files Browse the repository at this point in the history
…ange.
  • Loading branch information
nmelnick committed Aug 23, 2023
1 parent 770ca17 commit 175e5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/domain-publicsuffix.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.22'
- '5.20'
- 'latest'
container:
image: perldocker/perl-tester:${{ matrix.perl-version }}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -9,7 +9,7 @@ copyright_holder = Nick Melnick
[PkgVersion]

[MinimumPerl]
perl = 5.010
perl = 5.020

[GithubMeta]
issues = 1
Expand Down

0 comments on commit 175e5f7

Please sign in to comment.