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`
8080
8181```
8282devel
83+ 5.40
83845.38
84855.36
85865.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
115116You can save the content in ` .github/workflow/linux.yml ` .
116117
117118Note: 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'
You can’t perform that action at this time.
0 commit comments