From 3d1044de010a56599f7d9e0805ed5cd3c1f88ec1 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Sat, 26 Oct 2024 08:24:39 +0300 Subject: [PATCH] add 5.38 to the CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2c9f80..42ade08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: fail-fast: false matrix: perl-version: + - '5.38' - '5.32' - '5.30' - '5.20'