Skip to content

Commit

Permalink
automatic migration: bump-perl-5-34
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed May 28, 2021
1 parent ce69545 commit aa4fdc4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
cip_tag:
- static
- "5.33"
- "5.35"
- "5.34"
- "5.32"
- "5.30"
- "5.28"
Expand Down Expand Up @@ -71,3 +73,8 @@ jobs:
- name: Build + Test
run: |
cip script
- name: CPAN log
if: ${{ failure() }}
run: |
cip exec bash -c 'cat $HOME/.cpanm/latest-build/build.log'
5 changes: 5 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ jobs:
run: dzil run --no-build 'cpanm --installdeps .'
- name: Run Tests
run: dzil test -v

- name: CPAN log
if: ${{ failure() }}
run: |
cip exec bash -c 'cat $HOME/.cpanm/latest-build/build.log'

0 comments on commit aa4fdc4

Please sign in to comment.