Skip to content

Commit eba7602

Browse files
committed
automatic migration: bump-perl-5-34
1 parent 125fd92 commit eba7602

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/linux.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
cip_tag:
1920
- static
20-
- "5.33"
21+
- "5.35"
22+
- "5.34"
2123
- "5.32"
2224
- "5.30"
2325
- "5.28"
@@ -64,3 +66,8 @@ jobs:
6466
- name: Build + Test
6567
run: |
6668
cip script
69+
70+
- name: CPAN log
71+
if: ${{ failure() }}
72+
run: |
73+
cip exec bash -c 'cat $HOME/.cpanm/latest-build/build.log'

.github/workflows/macos.yml

+5
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ jobs:
5454
run: dzil run --no-build 'cpanm --installdeps .'
5555
- name: Run Tests
5656
run: dzil test -v
57+
58+
- name: CPAN log
59+
if: ${{ failure() }}
60+
run: |
61+
cip exec bash -c 'cat $HOME/.cpanm/latest-build/build.log'

0 commit comments

Comments
 (0)