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 @@ -76,6 +76,7 @@ The images can be found at [https://hub.docker.com/repository/docker/perldocker/
76
76
The following tags are available from the repository ` perldocker/perl-tester `
77
77
78
78
```
79
+ 5.36
79
80
5.34
80
81
5.32
81
82
5.30
@@ -96,7 +97,7 @@ The following tags are available from the repository `perldocker/perl-tester`
96
97
97
98
## Using the images with GitHub Workflow
98
99
99
- Here is a sample workflow for Linux running on all Perl version 5.8 to 5.32
100
+ Here is a sample workflow for Linux running on all Perl version 5.8 to 5.36
100
101
You can save the content in ` .github/workflow/linux.yml ` .
101
102
102
103
Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -128,6 +129,7 @@ jobs:
128
129
fail-fast : false
129
130
matrix :
130
131
perl-version :
132
+ - ' 5.36'
131
133
- ' 5.34'
132
134
- ' 5.32'
133
135
- ' 5.30'
You can’t perform that action at this time.
0 commit comments