From 496279e05c0939bc18bdaa30f10765ee3ea80ee9 Mon Sep 17 00:00:00 2001 From: Andromeda Date: Fri, 18 Oct 2024 16:57:51 +0000 Subject: Update perl to v5.30 to fix OCI image manifest version More context: https://github.com/Perl/docker-perl/issues/161 --- .github/workflows/perl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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' -- cgit v1.2.3