File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ name: linux
22on :
33 push :
44 branches :
5- - ' * '
5+ - ' master '
66 tags-ignore :
77 - ' *'
88 pull_request :
99jobs :
1010 perl :
1111 runs-on : ubuntu-latest
1212 strategy :
13+ fail-fast : true
1314 matrix :
1415 perl-version :
15- - ' 5.36 '
16+ - ' 5.38 '
1617 # - '5.34'
1718 # - '5.32'
1819 # - '5.30'
Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ name: macos
22on :
33 push :
44 branches :
5- - ' * '
5+ - ' master '
66 tags-ignore :
77 - ' *'
88 pull_request :
99jobs :
1010 perl :
11- runs-on : macOS -latest
11+ runs-on : macos -latest
1212 strategy :
13+ fail-fast : true
1314 matrix :
1415 perl-version :
15- - ' 5.36 '
16+ - ' 5.38 '
1617 # - '5.34'
1718 # - '5.32'
1819 # - '5.30'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: windows
22on :
33 push :
44 branches :
5- - ' * '
5+ - ' master '
66 tags-ignore :
77 - ' *'
88 pull_request :
You can’t perform that action at this time.
0 commit comments