Skip to content

Commit c6f907d

Browse files
authored
Merge pull request #72 from mfontani/5.40
2 parents 6a22a59 + af97b3d commit c6f907d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
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)