Skip to content

Commit

Permalink
Enable coverage for Perl v5.40
Browse files Browse the repository at this point in the history
Using Perl v5.40 for coverage so that native try/catch can be used via
Feature::Compat::Try.
  • Loading branch information
zmughal authored and mohawk2 committed Nov 4, 2024
1 parent 7249231 commit c830f40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- { os: 'ubuntu-latest', perl-version: "5.30" }
- { os: 'ubuntu-latest', perl-version: "5.32" }
- { os: 'windows-latest', perl-version: "5.32" }
#- perl-version: '5.32'
# os: ubuntu-latest
# release-test: true
# coverage: true
- perl-version: '5.40'
os: ubuntu-latest
release-test: true
coverage: true
steps:
- uses: actions/checkout@v2
- name: Get dist artifact
Expand Down

0 comments on commit c830f40

Please sign in to comment.