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
44on :
55 push :
66 branches :
7- - " * "
7+ - " master "
88 pull_request :
99 branches :
1010 - " *"
11- schedule :
12- - cron : " 15 4 * * 0" # Every Sunday morning
1311 workflow_dispatch :
1412
1513jobs :
1917 strategy :
2018 max-parallel : 1
2119 container :
22- image : perldocker/perl-tester:5.32
20+ image : perldocker/perl-tester:5.38
2321 steps :
2422 - uses : actions/checkout@v3
2523 - name : Allow for file ownership conflicts with Docker and GitHub Actions
5553 - " 5.32"
5654 - " 5.34"
5755 - " 5.36"
56+ - " 5.38"
5857 container :
5958 image : perldocker/perl-tester:${{ matrix.perl-version }}
6059 env :
@@ -101,6 +100,7 @@ jobs:
101100 - " 5.32"
102101 - " 5.34"
103102 - " 5.36"
103+ - " 5.38"
104104 name : Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
105105 needs : build
106106 steps :
You can’t perform that action at this time.
0 commit comments