Skip to content

Commit 232397d

Browse files
authored
Update other-perls.yml
1 parent ffbf4d4 commit 232397d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/other-perls.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: ["ubuntu-latest"]
11-
perl: ["5.40","5.38","5.36","5.34","5.32","5.30","5.28","5.26","5.24","5.22","5.20"]
11+
perl: ["5.40","5.38","5.36","5.34","5.32","5.30","5.28","5.26","5.24","5.22","5.20","5.18"]
1212
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
1313

1414
steps:
@@ -26,12 +26,7 @@ jobs:
2626
run: |
2727
cpanm --verbose --notest Module::Build Inline::C Alien::OpenMP \
2828
Util::H2O::More File::Temp Test::Exception Test::Deep \
29-
OpenMP::Environment File::ShareDir Dist::Zilla
30-
31-
- name: Set Dist::Zilla for 'dzil test' command
32-
run: |
33-
dzil authordeps --missing | cpanm --verbose # Install required author dependencies
34-
cpanm --verbose --notest Dist::Zilla::Plugin::VersionFromModule # this may be redundant
29+
OpenMP::Environment File::ShareDir
3530
3631
- name: Run Tests
37-
run: dzil test
32+
run: ./test-runner.sh

0 commit comments

Comments
 (0)