Skip to content

Commit 3d5d3b9

Browse files
committed
Updated GitHub workflows from https://github.com/briandfoy/github_workflows
cf1e5d530c41a15850deaa4078ba6be76e1f5376
1 parent 0bfc705 commit 3d5d3b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ on:
7676
pull_request:
7777
# weekly build on the master branch just to see what CPAN is doing
7878
schedule:
79-
- cron: "4 19 * * 0"
79+
- cron: "57 18 * * 6"
8080
jobs:
8181
perl:
8282
environment: automated_testing
@@ -85,7 +85,7 @@ jobs:
8585
matrix:
8686
os:
8787
- ubuntu-latest
88-
perl-version: [ 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42 ]
88+
perl-version: [ 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44 ]
8989
container:
9090
image: ghcr.io/perlreview/5.${{ matrix.perl-version }}-modules-amd64
9191
steps:

0 commit comments

Comments
 (0)