From af97b3d3372521561b6ed802133f04b5345a6363 Mon Sep 17 00:00:00 2001 From: Marco Fontani Date: Wed, 2 Oct 2024 09:54:07 +0200 Subject: [PATCH] README.md: mention 5.40 also ... as it got released, and the `perl-actions/perl-versions@main` dependency makes it available as a target. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d2f779..8931812 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ The following tags are available from the repository `perldocker/perl-tester` ``` devel +5.40 5.38 5.36 5.34 @@ -111,7 +112,7 @@ versions without an explicit Debian version are `buster`. ## Using the images with GitHub Workflow -Here is a sample workflow for Linux running on all Perl version 5.10 to 5.38 +Here is a sample workflow for Linux running on all Perl version 5.10 to 5.40 You can save the content in `.github/workflow/linux.yml`. Note: this example is using cpm to install the dependencies from a cpanfile. @@ -143,6 +144,7 @@ jobs: fail-fast: false matrix: perl-version: + - '5.40' - '5.38' - '5.36' - '5.34'