Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Perl 5.08 is no longer supported by Travis, defaults to 5.18. So it no longer makes sense to keep the 5.08 version test. 
It does make sense to include a more recent Perl version however, so I include 5.32 now.
  • Loading branch information
hollie committed Dec 16, 2020
1 parent 1726667 commit 0c64254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ os:
dist: trusty

perl:
- "5.32"
- "5.24"
- "5.18"
- "5.16"
- "5.08"

install: true

Expand Down

0 comments on commit 0c64254

Please sign in to comment.