Skip to content

Commit

Permalink
README.md: mention 5.40 also
Browse files Browse the repository at this point in the history
... as it got released, and the `perl-actions/perl-versions@main`
dependency makes it available as a target.
  • Loading branch information
mfontani committed Oct 2, 2024
1 parent 6a22a59 commit af97b3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ The following tags are available from the repository `perldocker/perl-tester`

```
devel
5.40
5.38
5.36
5.34
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -143,6 +144,7 @@ jobs:
fail-fast: false
matrix:
perl-version:
- '5.40'
- '5.38'
- '5.36'
- '5.34'
Expand Down

0 comments on commit af97b3d

Please sign in to comment.