From 5fef99f5624501072a3303198c019df773dae632 Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Sun, 7 Jul 2024 23:01:50 +0200 Subject: [PATCH] Add 5.40 to github ci workflow --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29ea93e0..632d75f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,8 @@ jobs: - { os: "ubuntu-latest", perl: "5.34" } - { os: "ubuntu-latest", perl: "5.36" } - { os: "ubuntu-latest", perl: "5.38" } - - { os: "ubuntu-latest", perl: "5.38", perl-threaded: true } + - { os: "ubuntu-latest", perl: "5.40" } + - { os: "ubuntu-latest", perl: "5.40", perl-threaded: true } steps: - name: Checkout code