Skip to content

Commit 1e89191

Browse files
committed
dump cpanm log on fail, min Perl 5.16
1 parent 500a5cb commit 1e89191

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# All supported Perl versions except latest.
2828
perl: [
29-
'5.10', '5.12', '5.14', '5.16', '5.18',
29+
'5.16', '5.18',
3030
'5.20', '5.22', '5.24', '5.26', '5.28',
3131
'5.30', '5.32'
3232
]
@@ -76,7 +76,7 @@ jobs:
7676

7777
- run: perl -v
7878

79-
- run: cpanm --installdeps -n .
79+
- run: cpanm --installdeps -n . || ( cat ~/.cpanm/build.log && false )
8080

8181
- if: ${{ matrix.cover }}
8282
run: cpanm -n Devel::Cover::Report::Coveralls

0 commit comments

Comments
 (0)