From e1735f53814aa3fb51f6180bbf806fc48849e13b Mon Sep 17 00:00:00 2001 From: Ed J Date: Tue, 26 Nov 2024 04:05:18 +0000 Subject: [PATCH] CI minimum 5.16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 426972b..46d0b0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - perl-version: ['5.10', '5.14', '5.20'] + perl-version: ['5.16', '5.20'] include: - perl-version: '5.30' os: ubuntu-latest