We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e87b1 commit a13a1bbCopy full SHA for a13a1bb
.github/workflows/linux.yml
@@ -1,5 +1,5 @@
1
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2
-# version 20250126.002
+# version 20250416.001
3
# https://github.com/briandfoy/github_workflows
4
# https://github.com/features/actions
5
# This file is licensed under the Artistic License 2.0
@@ -78,7 +78,7 @@ jobs:
78
strategy:
79
matrix:
80
os:
81
- - ubuntu-22.04
+ - ubuntu-latest
82
perl-version:
83
- '5.16-buster'
84
- '5.18-buster'
@@ -101,7 +101,8 @@ jobs:
101
run: uname -a
102
- name: setup platform
103
run: |
104
- apt-get upgrade
+ apt-get -y update
105
+ apt-get -y upgrade
106
apt-get -y install curl ${{ vars.UBUNTU_EXTRA_APT_GET }}
107
- name: Perl version check
108
0 commit comments