Skip to content

Commit de9e114

Browse files
committed
automatic migration: bump-perl-5-34
1 parent 11d67fc commit de9e114

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: .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:
1920
- tag: "static"
20-
- tag: "5.33"
21+
- tag: "5.35"
22+
- tag: "5.34"
2123
- tag: "5.32"
2224
- tag: "5.30"
2325
- tag: "5.28"
@@ -72,3 +74,8 @@ jobs:
7274
- name: Build + Test
7375
run: |
7476
cip script
77+
78+
- name: CPAN log
79+
if: ${{ failure() }}
80+
run: |
81+
cip exec bash -c 'cat $HOME/.cpanm/latest-build/build.log'

0 commit comments

Comments
 (0)