From 473631a2290ff04099367469ec13cf33f4d1d732 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Sat, 15 Jun 2024 01:36:38 -0400 Subject: [PATCH] Temporarily take out the perl images that can't be pulled https://github.com/Perl/docker-perl/issues/161 --- .github/workflows/linux.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b98e243..1f81914 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -48,12 +48,6 @@ jobs: os: - ubuntu-22.04 perl-version: - - '5.10' - - '5.12' - - '5.14' - - '5.16' - - '5.18' - - '5.20' - '5.22' - '5.24' - '5.26'