Skip to content

Commit

Permalink
Avoid perl 5.38, dependency DBM::Deep has test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Aug 3, 2023
1 parent 6ae5d5c commit b6f3fba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/freebsd.yml
Expand Up @@ -8,6 +8,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.36'
- name: Test and build
run: |
cpanm --installdeps . || cat /Users/runner/.cpanm/work/*/build.log
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/install-linux.yml
Expand Up @@ -8,6 +8,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.36'
- name: Test and build
run: |
cpanm --installdeps .
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.36'
- name: Test and build
run: |
cpanm --installdeps .
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/openbsd.yml
Expand Up @@ -8,6 +8,8 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.36'
- name: Test and build
run: |
cpanm --installdeps .
Expand Down

0 comments on commit b6f3fba

Please sign in to comment.