We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a22a59 + af97b3d commit c6f907dCopy full SHA for c6f907d
README.md
@@ -80,6 +80,7 @@ The following tags are available from the repository `perldocker/perl-tester`
80
81
```
82
devel
83
+5.40
84
5.38
85
5.36
86
5.34
@@ -111,7 +112,7 @@ versions without an explicit Debian version are `buster`.
111
112
113
## Using the images with GitHub Workflow
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
116
You can save the content in `.github/workflow/linux.yml`.
117
118
Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -143,6 +144,7 @@ jobs:
143
144
fail-fast: false
145
matrix:
146
perl-version:
147
+ - '5.40'
148
- '5.38'
149
- '5.36'
150
- '5.34'
0 commit comments