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/
7373The following tags are available from the repository ` perldocker/perl-tester `
7474
7575```
76+ 5.32
76775.30
77785.28
78795.26
@@ -91,7 +92,7 @@ The following tags are available from the repository `perldocker/perl-tester`
9192
9293## Using the images with GitHub Workflow
9394
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
9596You can save the content in ` .github/workflow/linux.yml ` .
9697
9798Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -123,6 +124,7 @@ jobs:
123124 fail-fast : false
124125 matrix :
125126 perl-version :
127+ - ' 5.32'
126128 - ' 5.30'
127129 - ' 5.28'
128130 - ' 5.26'
You can’t perform that action at this time.
0 commit comments