Skip to content

Commit 6915135

Browse files
committed
GitHub Action: also build on v5.38
1 parent 5f7920b commit 6915135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/multiperl-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
# may do that later, but for now, it's fine! -- rjbs, 2023-01-07
3131
run: |
3232
dzil authordeps --missing > /tmp/deps-phase-1.txt
33-
/tmp/cpanm --notest -S < /tmp/deps-phase-1.txt || cat ~/.cpanm/build.log
33+
/tmp/cpanm --notest -S < /tmp/deps-phase-1.txt
3434
dzil listdeps --author --missing >> /tmp/deps-phase-2.txt
35-
/tmp/cpanm --notest -S < /tmp/deps-phase-2.txt || cat ~/.cpanm/build.log
35+
/tmp/cpanm --notest -S < /tmp/deps-phase-2.txt
3636
- name: Build tarball
3737
run: |
3838
dzil build --in Dist-To-Test
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
perl-version: [ "devel", "5.36", "5.34", "5.32", "5.30", "5.28", "5.26", "5.24", "5.22", "5.20" ]
59+
perl-version: [ "devel", "5.38", "5.36", "5.34", "5.32", "5.30", "5.28", "5.26", "5.24", "5.22", "5.20" ]
6060

6161
container:
6262
image: perldocker/perl-tester:${{ matrix.perl-version }}

0 commit comments

Comments
 (0)