Skip to content

Commit

Permalink
only test on perl 5.14 or newer
Browse files Browse the repository at this point in the history
The declared compatible perl version is 5.8, but some prereqs are no
longer compatible with that. We can just skip testing there.
  • Loading branch information
haarg committed Oct 12, 2024
1 parent 4a0a4d3 commit d0e60f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ jobs:
versions: ${{ steps.perl-versions.outputs.perl-versions }}
steps:
- uses: actions/checkout@v4
- name: Extract perl dependecy
id: prereqs
uses: perl-actions/get-prereqs@v1
with:
sources: prereqs.yml
- id: perl-versions
uses: perl-actions/perl-versions@v1
with:
since-perl: ${{ steps.prereqs.outputs.perl }}
since-perl: v5.14
with-devel: true

build:
Expand Down

0 comments on commit d0e60f5

Please sign in to comment.