Skip to content

Commit af97b3d

Browse files
committed
README.md: mention 5.40 also
... as it got released, and the `perl-actions/perl-versions@main` dependency makes it available as a target.
1 parent 6a22a59 commit af97b3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ The following tags are available from the repository `perldocker/perl-tester`
8080

8181
```
8282
devel
83+
5.40
8384
5.38
8485
5.36
8586
5.34
@@ -111,7 +112,7 @@ versions without an explicit Debian version are `buster`.
111112

112113
## Using the images with GitHub Workflow
113114

114-
Here is a sample workflow for Linux running on all Perl version 5.10 to 5.38
115+
Here is a sample workflow for Linux running on all Perl version 5.10 to 5.40
115116
You can save the content in `.github/workflow/linux.yml`.
116117

117118
Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -143,6 +144,7 @@ jobs:
143144
fail-fast: false
144145
matrix:
145146
perl-version:
147+
- '5.40'
146148
- '5.38'
147149
- '5.36'
148150
- '5.34'

0 commit comments

Comments
 (0)