Skip to content

Commit 808c3b6

Browse files
committed
Update CI workflows
1 parent 4d6fae9 commit 808c3b6

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ name: linux
22
on:
33
push:
44
branches:
5-
- '*'
5+
- 'master'
66
tags-ignore:
77
- '*'
88
pull_request:
99
jobs:
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'

.github/workflows/macos.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ name: macos
22
on:
33
push:
44
branches:
5-
- '*'
5+
- 'master'
66
tags-ignore:
77
- '*'
88
pull_request:
99
jobs:
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'

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: windows
22
on:
33
push:
44
branches:
5-
- '*'
5+
- 'master'
66
tags-ignore:
77
- '*'
88
pull_request:

0 commit comments

Comments
 (0)