Skip to content

Commit 74a4f93

Browse files
committed
Updated GitHub workflows from https://github.com/briandfoy/github_workflows
7e6e68a71eb187eeeee51251423aea1b987905f3 * �[92mlinux.yml�[0m upgraded: 20250126.002 -> 20250416.001 * �[92mrelease.yml�[0m upgraded: 20250226.001 -> 20250418.001 * �[92mwindows.yml�[0m upgraded: 20250126.001 -> 20250316.001
1 parent a4e99d2 commit 74a4f93

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2-
# version 20250126.002
2+
# version 20250416.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
matrix:
8080
os:
81-
- ubuntu-22.04
81+
- ubuntu-latest
8282
perl-version:
8383
- '5.26-buster'
8484
- '5.28-buster'
@@ -96,7 +96,8 @@ jobs:
9696
run: uname -a
9797
- name: setup platform
9898
run: |
99-
apt-get upgrade
99+
apt-get -y update
100+
apt-get -y upgrade
100101
apt-get -y install curl ${{ vars.UBUNTU_EXTRA_APT_GET }}
101102
- name: Perl version check
102103
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions release config for Perl 5 modules
2-
# version 20250226.001
2+
# version 20250418.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
os:
67-
- ubuntu-24.04
67+
- ubuntu-latest
6868
perl-version:
6969
- 'latest'
7070
container:

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions Windows config for Perl 5 modules
2-
# version 20250126.001
2+
# version 20250316.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0
@@ -72,8 +72,8 @@ jobs:
7272
strategy:
7373
matrix:
7474
os:
75-
- windows-2019
7675
- windows-2022
76+
- windows-2025
7777
steps:
7878
- run: git config --global core.autocrlf false
7979
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)