File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ name: dzil build and test
4
4
on :
5
5
push :
6
6
branches :
7
- - " * "
7
+ - " master "
8
8
pull_request :
9
9
branches :
10
10
- " *"
11
- schedule :
12
- - cron : " 15 4 * * 0" # Every Sunday morning
13
11
workflow_dispatch :
14
12
15
13
jobs :
19
17
strategy :
20
18
max-parallel : 1
21
19
container :
22
- image : perldocker/perl-tester:5.32
20
+ image : perldocker/perl-tester:5.38
23
21
steps :
24
22
- uses : actions/checkout@v3
25
23
- name : Allow for file ownership conflicts with Docker and GitHub Actions
55
53
- " 5.32"
56
54
- " 5.34"
57
55
- " 5.36"
56
+ - " 5.38"
58
57
container :
59
58
image : perldocker/perl-tester:${{ matrix.perl-version }}
60
59
env :
@@ -101,6 +100,7 @@ jobs:
101
100
- " 5.32"
102
101
- " 5.34"
103
102
- " 5.36"
103
+ - " 5.38"
104
104
name : Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
105
105
needs : build
106
106
steps :
You can’t perform that action at this time.
0 commit comments