Skip to content

Commit

Permalink
Bump GitHub CI minimm Perl to 5.10.1.
Browse files Browse the repository at this point in the history
This used to be 5.8.8, but the latest edition of HTML::Tagset (an
indirect dependency) requires 5.10.
  • Loading branch information
trwyant committed Apr 28, 2024
1 parent eef9e7b commit 98e058a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ jobs:
# systems
include:
- runner: ubuntu-latest
# v5.8.8 is the earliest known to work
perl: '5.8.8'
# v5.10.1 is the earliest known to work
# This used to be 5.8.8, but the latest edition of HTML::Tagset (an
# indirect dependency) requires 5.10
perl: '5.10.1'
- runner: macos-latest
# v5.8.8 is the earliest known to work
perl: '5.8.8'
# v5.10.1 is the earliest known to work
# This used to be 5.8.8, but the latest edition of HTML::Tagset (an
# indirect dependency) requires 5.10
perl: '5.10.1'
- runner: windows-latest
# v5.26.8 is the earliest known to work
perl: '5.26.0'
Expand Down

0 comments on commit 98e058a

Please sign in to comment.