From a9f51ecca78939951a4a90d966316b1d3b874c19 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Wed, 2 Feb 2022 20:42:07 +0100 Subject: [PATCH] Add Perl 5.34 to CI tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c090481..013d6a6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - perl: [ "5.14", "5.20", "5.26", "5.30" ] + perl: [ "5.14", "5.20", "5.26", "5.30", "5.34" ] name: linux ${{ matrix.perl }}