From 14759dfc40b57d3e98c545b9bf28369a868d2741 Mon Sep 17 00:00:00 2001 From: Eugen Konkov Date: Sun, 23 Mar 2025 14:36:20 -0400 Subject: [PATCH] Test on the latest stable perl 5.42 too --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d3aa39fc..214b0bf4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,6 +16,7 @@ jobs: - '5.32' - '5.34' - '5.36' + - '5.42' container: image: perl:${{ matrix.perl-version }} steps: