From 1403e13a6b76789f129e4ba8a82a707ab0c7f48c Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Sat, 8 Jul 2023 21:34:25 -0400 Subject: [PATCH] Add builds for 5.38 --- .github/workflows/publish-to-docker.yml | 1 + .github/workflows/test-cpanfile.yml | 1 + README.md | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-docker.yml b/.github/workflows/publish-to-docker.yml index b15936b..ef4a7c4 100644 --- a/.github/workflows/publish-to-docker.yml +++ b/.github/workflows/publish-to-docker.yml @@ -35,6 +35,7 @@ jobs: matrix: perl-version: - "devel" + - "5.38" - "5.36" - "5.34" - "5.32" diff --git a/.github/workflows/test-cpanfile.yml b/.github/workflows/test-cpanfile.yml index 7111342..c17eaab 100644 --- a/.github/workflows/test-cpanfile.yml +++ b/.github/workflows/test-cpanfile.yml @@ -16,6 +16,7 @@ jobs: matrix: perl-version: - 'devel' + - '5.38' - '5.36' - '5.34' - '5.32' diff --git a/README.md b/README.md index ff8447c..46e70be 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ The following tags are available from the repository `perldocker/perl-tester` ``` devel +5.38 5.36 5.34 5.32 @@ -110,7 +111,7 @@ At this time all the images built are based on `buster` distro. ## Using the images with GitHub Workflow -Here is a sample workflow for Linux running on all Perl version 5.8 to 5.36 +Here is a sample workflow for Linux running on all Perl version 5.8 to 5.38 You can save the content in `.github/workflow/linux.yml`. Note: this example is using cpm to install the dependencies from a cpanfile. @@ -142,6 +143,7 @@ jobs: fail-fast: false matrix: perl-version: + - '5.38' - '5.36' - '5.34' - '5.32'