Skip to content

Commit a5b5a26

Browse files
committed
add scheduled CI job to populate the CPAN Dashboard
1 parent c5ae5d4 commit a5b5a26

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: '*'
65
pull_request:
7-
branches: '*'
8-
# schedule:
9-
# - cron: '42 5 * * *'
6+
schedule:
7+
- cron: '42 5 1 * *'
108

119
# Build the module on several versions of Perl using an image that already has a lot of modules installed.
1210
# This will provide a fast feedback if a commit broke anything in the unit-tests.
@@ -31,8 +29,8 @@ jobs:
3129
fail-fast: false
3230
matrix:
3331
perl-version:
32+
- '5.42'
3433
- '5.32'
35-
- '5.30'
3634
- '5.20'
3735

3836
container:

0 commit comments

Comments
 (0)