File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2
- # version 20220828 .001
2
+ # version 20220902 .001
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
10
10
branches :
11
11
- ' **'
12
12
- ' !**appveyor**'
13
+ - ' !**circleci**'
13
14
- ' !**macos**'
14
15
- ' !**notest**'
15
16
- ' !**release**'
21
22
# list all the files which are irrelevant to the tests
22
23
# non-code, support files, docs, etc
23
24
- ' .appveyor.yml'
25
+ - ' .circleci'
24
26
- ' .gitattributes'
25
27
- ' .github/workflows/macos.yml'
26
28
- ' .github/workflows/release.yml'
54
56
container :
55
57
image : perl:${{ matrix.perl-version }}
56
58
steps :
57
- - uses : actions/checkout@v2
59
+ - uses : actions/checkout@v3
58
60
- name : Platform check
59
61
run : uname -a
60
62
- name : Perl version check
Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions macOS config for Perl 5 modules
2
- # version 20220828 .001
2
+ # version 20220902 .001
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
10
10
branches :
11
11
- ' **'
12
12
- ' !**appveyor**'
13
+ - ' !**circleci**'
13
14
- ' !**linux**'
14
15
- ' !**notest**'
15
16
- ' !**release**'
21
22
# list all the files which are irrelevant to the tests
22
23
# non-code, support files, docs, etc
23
24
- ' .appveyor.yml'
25
+ - ' .circleci'
24
26
- ' .gitattributes'
25
27
- ' .github/workflows/linux.yml'
26
28
- ' .github/workflows/release.yml'
36
38
perl :
37
39
runs-on : macOS-latest
38
40
steps :
39
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
40
42
- name : Platform check
41
43
run : uname -a
42
44
- name : Set up Perl
Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions release config for Perl 5 modules
2
- # version 20220827.001
2
+ # version 20220827.002
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
21
21
container :
22
22
image : perl:${{ matrix.perl-version }}
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
# Some older versions of Perl have trouble with hostnames in certs. I
26
26
# haven't figured out why.
27
27
- name : Setup environment
Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions Windows config for Perl 5 modules
2
- # version 20220828 .001
2
+ # version 20220902 .001
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
10
10
branches :
11
11
- ' **'
12
12
- ' !**appveyor**'
13
+ - ' !**circleci**'
13
14
- ' !**linux**'
14
15
- ' !**macos**'
15
16
- ' !**notest**'
21
22
# list all the files which are irrelevant to the tests
22
23
# non-code, support files, docs, etc
23
24
- ' .appveyor.yml'
25
+ - ' .circleci'
24
26
- ' .gitattributes'
25
27
- ' .github/workflows/linux.yml'
26
28
- ' .github/workflows/macos.yml'
42
44
- windows-2019
43
45
- windows-2022
44
46
steps :
45
- - uses : actions/checkout@v2
47
+ - uses : actions/checkout@v3
46
48
- name : Set up Perl
47
49
run : |
48
50
choco install strawberryperl
You can’t perform that action at this time.
0 commit comments