File tree 4 files changed +16
-6
lines changed
4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+
4
+ - package-ecosystem : " github-actions"
5
+ directory : " /"
6
+ schedule :
7
+ # Check for updates to GitHub Actions every week
8
+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ name: linux
2
2
on :
3
3
push :
4
4
branches :
5
- - ' * '
5
+ - ' master '
6
6
tags-ignore :
7
7
- ' *'
8
8
pull_request :
9
9
jobs :
10
10
perl :
11
11
runs-on : ubuntu-latest
12
12
strategy :
13
+ fail-fast : true
13
14
matrix :
14
15
perl-version :
15
- - ' 5.36 '
16
+ - ' 5.38 '
16
17
# - '5.34'
17
18
# - '5.32'
18
19
# - '5.30'
Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ name: macos
2
2
on :
3
3
push :
4
4
branches :
5
- - ' * '
5
+ - ' master '
6
6
tags-ignore :
7
7
- ' *'
8
8
pull_request :
9
9
jobs :
10
10
perl :
11
- runs-on : macOS -latest
11
+ runs-on : macos -latest
12
12
strategy :
13
+ fail-fast : true
13
14
matrix :
14
15
perl-version :
15
- - ' 5.36 '
16
+ - ' 5.38 '
16
17
# - '5.34'
17
18
# - '5.32'
18
19
# - '5.30'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: windows
2
2
on :
3
3
push :
4
4
branches :
5
- - ' * '
5
+ - ' master '
6
6
tags-ignore :
7
7
- ' *'
8
8
pull_request :
You can’t perform that action at this time.
0 commit comments