File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
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 20250126.002
2
+ # version 20250416.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
78
78
strategy :
79
79
matrix :
80
80
os :
81
- - ubuntu-22.04
81
+ - ubuntu-latest
82
82
perl-version :
83
83
- ' 5.26-buster'
84
84
- ' 5.28-buster'
96
96
run : uname -a
97
97
- name : setup platform
98
98
run : |
99
- apt-get upgrade
99
+ apt-get -y update
100
+ apt-get -y upgrade
100
101
apt-get -y install curl ${{ vars.UBUNTU_EXTRA_APT_GET }}
101
102
- name : Perl version check
102
103
run : |
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 20250226 .001
2
+ # version 20250418 .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
64
64
strategy :
65
65
matrix :
66
66
os :
67
- - ubuntu-24.04
67
+ - ubuntu-latest
68
68
perl-version :
69
69
- ' latest'
70
70
container :
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 20250126 .001
2
+ # version 20250316 .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
72
72
strategy :
73
73
matrix :
74
74
os :
75
- - windows-2019
76
75
- windows-2022
76
+ - windows-2025
77
77
steps :
78
78
- run : git config --global core.autocrlf false
79
79
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments