From 0227fcd0aa596f3a3ebf1f94d8df9aebca1d3ad4 Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Sat, 29 Jun 2024 14:45:39 +0200 Subject: [PATCH] github: add recent perl versions to test matrix --- .github/workflows/testsuite.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 1724248..742dbac 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -49,6 +49,11 @@ jobs: matrix: perl-version: [ + "5.40", + "5.38", + "5.36", + "5.34", + "5.32", "5.30", "5.28", "5.26",