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/
7676The following tags are available from the repository ` perldocker/perl-tester `
7777
7878```
79+ 5.36
79805.34
80815.32
81825.30
@@ -96,7 +97,7 @@ The following tags are available from the repository `perldocker/perl-tester`
9697
9798## Using the images with GitHub Workflow
9899
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
100101You can save the content in ` .github/workflow/linux.yml ` .
101102
102103Note: this example is using cpm to install the dependencies from a cpanfile.
@@ -128,6 +129,7 @@ jobs:
128129 fail-fast : false
129130 matrix :
130131 perl-version :
132+ - ' 5.36'
131133 - ' 5.34'
132134 - ' 5.32'
133135 - ' 5.30'
You can’t perform that action at this time.
0 commit comments