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 @@ -73,6 +73,7 @@ The images can be found at [https://hub.docker.com/repository/docker/perldocker/
73
73
The following tags are available from the repository ` perldocker/perl-tester `
74
74
75
75
```
76
+ 5.32
76
77
5.30
77
78
5.28
78
79
5.26
@@ -91,7 +92,7 @@ The following tags are available from the repository `perldocker/perl-tester`
91
92
92
93
## Using the images with GitHub Workflow
93
94
94
- Here is a sample workflow for Linux running on all Perl version 5.8 to 5.30
95
+ Here is a sample workflow for Linux running on all Perl version 5.8 to 5.32
95
96
You can save the content in ` .github/workflow/linux.yml ` .
96
97
97
98
Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -123,6 +124,7 @@ jobs:
123
124
fail-fast : false
124
125
matrix :
125
126
perl-version :
127
+ - ' 5.32'
126
128
- ' 5.30'
127
129
- ' 5.28'
128
130
- ' 5.26'
You can’t perform that action at this time.
0 commit comments