From c909c1c08ff3e91d7825944b708c25fa0f3dd9ef Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Sun, 16 Jun 2024 11:43:39 -0400 Subject: [PATCH] Update tests for minimum, current Perl version Minimum "supported" Perl version should be 5.20 now. Make sure we run tests against the most current production version too. --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a43f1ae3a..c7a8aa4d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,16 +86,16 @@ jobs: fail-fast: false matrix: perl-version: - - '5.38' - - "5.32" - - "5.14" + - '5.40' + - "5.34" # - "5.28" # - "5.26" # - "5.24" # - "5.22" -# - "5.20" + - "5.20" # - "5.18" # - "5.16" +# - "5.14" container: image: perl:${{ matrix.perl-version }} @@ -122,7 +122,7 @@ jobs: fail-fast: false matrix: perl-version: - - '5.38' + - '5.40' container: image: perldocker/perl-tester:${{ matrix.perl-version }} # https://hub.docker.com/r/perldocker/perl-tester