From 56d31bbfef10fe75c42e1331b5e701e983d474f1 Mon Sep 17 00:00:00 2001 From: Ed Sabol Date: Thu, 3 Oct 2024 21:40:45 -0400 Subject: [PATCH] Update CI workflow to test on Perl 5.40 This PR adds Perl 5.40 to the CI workflow. --- .github/workflows/with_pg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/with_pg.yaml b/.github/workflows/with_pg.yaml index 6837a76f..c646a7d1 100644 --- a/.github/workflows/with_pg.yaml +++ b/.github/workflows/with_pg.yaml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - perl: [ '5.30', '5.36' ] + perl: [ '5.30', '5.36', '5.40' ] postgres: [ '11', '13', 'latest' ] services: