Skip to content

Commit

Permalink
only test on v5.14. prereqs have broken compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 12, 2024
1 parent cc69f17 commit ebf2e62
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 ebf2e62

Please sign in to comment.