diff options
| author | Andromeda <zofi@xamh.de> | 2024-10-18 16:57:51 +0000 |
|---|---|---|
| committer | Birte Friesel <derf@chaosdorf.de> | 2024-10-18 19:07:00 +0200 |
| commit | 496279e05c0939bc18bdaa30f10765ee3ea80ee9 (patch) | |
| tree | 7283a9ac8087bb7ee9d678d62c80f6290e927b59 | |
| parent | f89808826026c1f0e63f3a77afc802967a46bae4 (diff) | |
Update perl to v5.30 to fix OCI image manifest version
More context: https://github.com/Perl/docker-perl/issues/161
| -rw-r--r-- | .github/workflows/perl.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/perl.yml b/.github/workflows/perl.yml index 2e64b35..12a38d0 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: perl-version: - - '5.20' + - '5.30' - 'latest' - 'threaded' |
