From 6cc4a4912feee407050511a890dd4c7f1aa7cfbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C5=8Dan?= Date: Sat, 7 Mar 2026 10:11:54 -0700 Subject: [PATCH] ci: add Perl 5.40 and 5.42 to Linux CI test matrix Explicitly test against modern Perl versions where the class feature has been stabilized and symbol table internals have evolved. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 27932fec8..69b6930c9 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -25,6 +25,8 @@ jobs: matrix: perl-version: - 'latest' + - '5.42' + - '5.40' - '5.38' - '5.36' - '5.34'