From e5e66e8764d4c2c3746b532b028e9a9fdd77bbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Cohen=20Arazi?= Date: Tue, 7 Oct 2025 16:03:45 -0300 Subject: [PATCH] Latest Perl is 5.42 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Cohen Arazi --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dba289c..a9f1ef2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ test: stage: test parallel: matrix: - - PERL_VERSION: ["5.36", "5.38", "5.40"] + - PERL_VERSION: ["5.36", "5.38", "5.40", "5.42"] image: perl:${PERL_VERSION} before_script: - cpanm --installdeps --notest . -- 2.51.0