File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ The following tags are available from the repository `perldocker/perl-tester`
80
80
81
81
```
82
82
devel
83
+ 5.40
83
84
5.38
84
85
5.36
85
86
5.34
@@ -111,7 +112,7 @@ versions without an explicit Debian version are `buster`.
111
112
112
113
## Using the images with GitHub Workflow
113
114
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
115
116
You can save the content in ` .github/workflow/linux.yml ` .
116
117
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
144
145
matrix :
145
146
perl-version :
147
+ - ' 5.40'
146
148
- ' 5.38'
147
149
- ' 5.36'
148
150
- ' 5.34'
You can’t perform that action at this time.
0 commit comments