Skip to content

Commit

Permalink
Fix failing perl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
plettich committed Jul 23, 2021
1 parent c4bcf65 commit e3e0417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fail-fast: false
matrix:
perl-version:
- "5.16.3" # CentOS 7
- "5.26.1" # Ubuntu 18.04
- "5.16" # CentOS 7
- "5.26" # Ubuntu 18.04
- "5.30" # Ubuntu 20.04

container:
Expand Down

0 comments on commit e3e0417

Please sign in to comment.